]> git.saurik.com Git - wxWidgets.git/commit - wxPython/demo/Main.py
Added the wx.lib.splitter module, which contains the
authorRobin Dunn <robin@alldunn.com>
Sat, 11 Jun 2005 19:35:49 +0000 (19:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 11 Jun 2005 19:35:49 +0000 (19:35 +0000)
commit0263d0bb05db0416d5c4fd1881e3b55b08be5051
tree97994b4f78e18d97a33c7caa2978f646148f9fab
parent82463c7d9292351fe306c66af77ef5fb8c1897de
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
wxPython/demo/Main.py
wxPython/demo/MultiSplitterWindow.py [new file with mode: 0644]
wxPython/docs/CHANGES.txt
wxPython/wx/lib/splitter.py [new file with mode: 0644]