Added wxPython.lib.multisash by Gerrit van Dyk which is a nice

implementation of allowing the user to split a window any number of
times either horizontally or vertically, and to close the split off
windows when desired.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-12-14 00:42:48 +00:00
parent 2466a3a892
commit 1c3c514dfa
4 changed files with 823 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ _treeList = [
'wxRadioButton',
'Throbber',
'wxPopupControl',
'wxMultiSash',
]),
# managed windows == things with a caption you can close
@@ -119,6 +120,7 @@ _treeList = [
'wxIEHtmlWin',
'wxLEDNumberCtrl',
'wxMimeTypesManager',
'wxMultiSash',
'wxPopupControl',
'wxRightTextCtrl',
'wxStyledTextCtrl_1',