Added the wx.lib.splitter module, which contains the

MultiSplitterWindow class.  This class is much like the standard
wx.SplitterWindow class, except it allows more than one split, so it
can manage more than two child windows.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-06-11 19:35:49 +00:00
parent 82463c7d92
commit 0263d0bb05
4 changed files with 1007 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ _treeList = [
'FoldPanelBar',
'GIFAnimationCtrl',
'HyperLinkCtrl',
'MultiSplitterWindow',
]),
# managed windows == things with a (optional) caption you can close
@@ -160,6 +161,7 @@ _treeList = [
'HyperLinkCtrl',
'IntCtrl',
'MediaCtrl',
'MultiSplitterWindow',
'MVCTree',
'MaskedEditControls',
'MaskedNumCtrl',