]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
Added the wx.lib.splitter module, which contains the
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index 96c295af80b2255d7276c0e59cb7326bf8b0f7a4..3a9e0789ceb1e8d91f0061701e945b5a62786432 100644 (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.