[wxPython-users] boxsizers problem
Lee Merrill
webbily1 at nc.rr.com
Sun Sep 10 09:17:30 PDT 2006
Or use xrced? I found that helped a lot when I was trying to do windows and
sizers choreography, especially initially when learning wxPython.
Lee <- Not that I've stopped learning wxPython...
P.S. xrced is here: http://xrced.sourceforge.net/
----- Original Message -----
From: "Phil Mayes" <phil at philmayes.com>
To: <wxPython-users at lists.wxwidgets.org>
Sent: Saturday, September 09, 2006 7:12 PM
Subject: Re: [wxPython-users] boxsizers problem
> At 04:03 PM 9/9/2006, you wrote:
>>Hi!
>>
>>I am running into a dead end while trying to combine several widgets
>>containing their own sizers into sizers of higher-level widgets.
>
> Instead of adding the windows at
> vertical_sizer.Add(self.Subwindow, 1, wx.EXPAND)
> vertical_sizer.Add(self.Nextsubwindow, 1, wx.EXPAND)
> add the sizer that holds them instead.
>
> Phil Mayes
More information about the wxpython-users
mailing list