3 splitter windows

Hello,
I want to create an application that is split into 3part, using splitters.
How can I use 3splitters in wxPython ?
Just create one splitter with a Frame in one of the two and in that Frame create an other splitter or is there a more suitable way of doing this ?

Jonas Geiregat wrote:

Hello,
I want to create an application that is split into 3part, using splitters.
How can I use 3splitters in wxPython ?
Just create one splitter with a Frame in one of the two and in that Frame create an other splitter or is there a more suitable way of doing this ?

You probably mean Panel instead of Frame above...

The demo does it, you can see it there for an example, but it is basically the same as you describe above. A splitter can be the child of another splitter.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!