Re: wxPython (SplitterWindow and sizers)
by Peter Vizvary other posts by this author
Mar 20 2003 11:14AM messages near this date
wxPython (SplitterWindow and sizers)
|
Re: wxPython (SplitterWindow and sizers)
Vadim Zeitlin <zeitlin@[...].fr> wrote in message news:<slrnb7h9t7.nn6.zeitlin@[...].fr>...
>
> You should add 2 panels to your splitter window and use sizers to lay out
> each of them.
>
> Regards,
> VZ
Hello.
It works!
The key is the _panels_. I added first the panels to the splitter
window and then I put other things on those panels (with sizers).
Now everything is OK.
Thank you for your help.
Regards,
Peter
--
http://mail.python.org/mailman/listinfo/python-list
Thread:
Peter Vizvary
Peter Vizvary
Vadim Zeitlin
Terry Reedy
|