Splits a window in 2 subwindows either horizontal or vertical.
wxSplitWindow allows to split a window into 2 subwindows either horizontal or vertical with a sash in between. It's similar to wxSpitterWindow but it doesn't remove any window if unsplit. So the 2 partial windows can always be access regardless if split or unsplit.
The API reference is more or less identical to the wxSpitterWindow.
Everything and more can be downloaded from sourceforge.net or you can browse the CVS source tree.
No screenshot so far.
No releases are announced, you have to check the project list from time to time.
See Readme.txt and ToDo.txt.
To develop wxSplitWindow further I need to know what others think about. What is perfect, what is missing, what is wrong. It would be nice if could write your experience after some use into the wxCode mailing list (see feedback).
wxSplitWindow was created by Otto Wyss.