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

@@ -13,6 +13,17 @@ platforms.
Added wx.RendererNative class.
wxMSW: Always set flat toolbar style, even under XP with themes: this
is necessary or separators aren't shown at all.
Fixes for bug #1217872, pydocview.DocService not correctly initialized
Fix for bug #1217874, Error in parameter name in DocManager.CreateView
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.