John Salerno wrote:
Hi everyone. I'm just starting out with wxPython and I was wondering,
is it recommended to always have a top-level sizer in which you place
all other sizers, or is it acceptable to have mulitple sizers that are
not grouped together?
A window can have only one sizer associated with it, so if your layout needs more than what a single sizer can do by itself then you need to nest other sizers within a top level one.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!