XRC and dynamically created widgets?
John Salerno
johnjsal at NOSPAMgmail.com
Mon Oct 2 16:32:56 PDT 2006
Robin Dunn wrote:
> This is a known problem with, I think, how wx deals with the notebook
> theme settings for XP.
Whew!
> when the notebook has no pages to begin with, so the easiest way to work
> around it is to either always give the notebook at least on page, or
> don't create the notebook until you need to show the first page.
So how would this look in the XRC? Define the Notebook as top-level? If
so, does this mean you need to define a Panel first, then a BoxSizer,
*then* the Notebook?
More information about the wxpython-users
mailing list