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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to