wxPython - which is the better sizer to use with notebook

Chris Brat chrisBrat at gmail.com
Mon Oct 30 03:27:32 EST 2006


Hi,

What sizers do people use to
- contain the notebook control in a Frame and,
- contain the contents of a single page of the notebook.

At the moment Im using a GridBagSizer for both but this seems to be
overkill.
Is a BoxSizer a better option?

Thanks
Chris




More information about the Python-list mailing list