You mean I should use MultiSplitterWindow instead? This is really a good idea, It mitigates my work. However, the problem is still there, for the sash is still there too. It won’t reduce its size, it won’t be removed and replaced by something else. So, I guess I am going into a dead end?
You mean I should use MultiSplitterWindow instead?
No, I just used it as an example of how easy it is to implement a widget with dragable sashes if you decide to do something yourself. On the other hand, it may not be too hard to refactor it into something that will let the drawing of the sash, borders, etc. be overridden in a derived class.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!