[wxPython-users] Printing and Toolbar status
Saketh Bhamidipati
saketh.bhamidipati at gmail.com
Thu Jul 20 10:25:13 PDT 2006
> What else is in the frame?
Two panels, each with a widget in them.
Does the frame have a sizer?
Yes - there are two sizers.
# Left sizer
lbox =3D wx.BoxSizer(wx.VERTICAL)
lbox.Add(self.tree, 1, wx.EXPAND)
self.lpanel.SetSizer(lbox)
# Right sizer
rbox =3D wx.BoxSizer(wx.VERTICAL)
rbox.Add(self.control, 1, wx.EXPAND)
self.rpanel.SetSizer(rbox)
What version
> and platform are you using?
>
wxPython 2.6.3.2 on MS Windows.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200607=
20/7bc279d3/attachment.htm
More information about the wxpython-users
mailing list