I have three panes on the right-hand side of my managed frame. Is there a way of specifying the relative size? Currently, each occupies exactly a third of the available space. What I would like to do is make the first pane significantly smaller than the second and third ones.
Is this something I should achieve by fetching the pane info and setting BestSize/MinSize/MaxSize, or is there another way?
Thanks!
Kirix Support Forums
[SOLVED]Relative size of panes (e.g. on right)
4 posts
• Page 1 of 1
[SOLVED]Relative size of panes (e.g. on right)
Last edited by gnschmidt on Fri Oct 13, 2006 8:40 am, edited 1 time in total.
- gnschmidt
- Registered User
- Posts: 20
- Joined: Sat Sep 30, 2006 2:59 am
Hi,
Yes. You need to use the dock_proportion member of wxPaneInfo. Currently, there is no accessor function for this because I'm not sure what we're going to do with this.
All the best,
Ben
Yes. You need to use the dock_proportion member of wxPaneInfo. Currently, there is no accessor function for this because I'm not sure what we're going to do with this.
All the best,
Ben
-
Ben - Kirix Support Team
- Posts: 525
- Joined: Mon Dec 19, 2005 6:29 am
- gnschmidt
- Registered User
- Posts: 20
- Joined: Sat Sep 30, 2006 2:59 am
- gnschmidt
- Registered User
- Posts: 20
- Joined: Sat Sep 30, 2006 2:59 am
4 posts
· Page 1 of 1
Return to wxAUI Questions, Thoughts & Feedback