[Problem] wxPython -- wxSplitterWindow

Vadim Zeitlin zeitlin at seth.lpthe.jussieu.fr
Sat Jul 7 13:22:39 EDT 2001


On 07 Jul 2001 07:12:02 GMT, ·Q¤@¤U <skyer.bbs at openbazaar.net> wrote:
>Hi, guys..
>
>How to split frame like above.
>
>  +-----+-----------------+
>  |     |                 |
>  |     +-----------------+
>  |     |                 |
>  |     |                 |
>  |     |                 |
>  +-----+-----------------+

 You need 2 splitters: create the first one as the child of the main window
and split it vertically, then create the second one as the child of the first
and split it horizontally.

 Regards,
VZ
-- 
GCS/GM d? H+ s++:-- p2 au--- a- w+ v C+++ UBLS+++ P- L++ N++ E--- W++++ M? V--
-po+ R++ G`` !tv b+++ D--- e++++ u++ h--- f+ r++ n- y?



More information about the Python-list mailing list