MultiSplitterWindow

Quoting "ARCHER, Thomas" <THOMAS.ARCHER@airbus.com>:

Hi all,

I'm using the MultiSplitterWindow from wx.lib.splitter and am running into a couple of problems. Firstly, the size of the splitter widget seems to not be constrained properly. I.e. I can drag the sash between two widgets off the right hand side and the only way to get it back is to resize the app window and grab it again. I'm using 2.6, is this a known bug or am I doing something wrong? I've tried SetMaxSize but even this makes no difference.

This is a known problem. If you can come up with a good solution
please send me a patch for splitter.py

Also, what's the best way to stop a widget in the splitter from being shrunk beyond a sensible size. I've been using SetMinSize on the widgets in the splitter, which works as long as I pass it a sensible size, which I can't always get.

Why not?

ยทยทยท

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