wxPython - which is the better sizer to use with notebook

SPE - Stani's Python Editor spe.stani.be at gmail.com
Mon Oct 30 06:06:30 EST 2006


Chris Brat schreef:

> 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?

Yes, use box sizer if you have to place only one control or when you
need to place a row or column of controls.

Stani
--
http://pythonide.stani.be




More information about the Python-list mailing list