]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Added wxDynamicSashWindow to wxPython, plus other odds and ends.
[wxWidgets.git] / wxPython / CHANGES.txt
index 4b3e749313e2596cced427643692af5d5293e06c..168cee6bb5bcd85879d2aebd3b95daada24a4219 100644 (file)
@@ -2,7 +2,7 @@ CHANGES.txt for wxPython
 
 ----------------------------------------------------------------------
 
-2.3.2 (pre)
+2.3.2
 -----
 Added EVT_HELP, EVT_HELP_RANGE, EVT_DETAILED_HELP,
 EVT_DETAILED_HELP_RANGE, EVT_CONTEXT_MENU, wxHelpEvent,
@@ -88,6 +88,11 @@ Added wxPopupWindow and wxPopupTransientWindow.
 
 Added wxFileHistory.
 
+Added wxDynamicSashWindow, whcih allows you to endlessly split widnows
+by dragging a little tab next to the scrollbars.  Added a demo to show
+this and also the ability of multiple wxStyledStectCtrls to share the
+same document.
+