Resize Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Artem
Earned a small fee
Earned a small fee
Posts: 12
Joined: Sun Aug 07, 2005 12:50 pm

Resize

Post by Artem »

Can someone tell me how to do this:
Before
After
What I want to do is to resize everything inside a frame according to the resizion of the frame.
AkiraDev
Knows some wx things
Knows some wx things
Posts: 48
Joined: Tue May 24, 2005 9:13 am

Post by AkiraDev »

Hello there,

If you want to have your controls taking fixed proportions of your frame, you should use sizers.

Sizers overview
Back, just not as often

Windows Vista SP1, Ubuntu 8.04
MinGW 3.4.5, GCC 4.2.1
Code::Blocks
wxWidgets 2.8.9
Post Reply