]> git.saurik.com Git - wxWidgets.git/commitdiff
Some more details about CollapsiblePane
authorRobin Dunn <robin@alldunn.com>
Sun, 12 Nov 2006 02:44:09 +0000 (02:44 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 12 Nov 2006 02:44:09 +0000 (02:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index b273f6230fbcd733b3392a15220af70e28c2cb22..80869299ceffad270adb65c89694a404eb406755 100644 (file)
@@ -6,9 +6,11 @@ Recent Changes for wxPython
 -------
 *
 
-Lots of fixes and updates to AUI classes.
+Lots of fixes and updates to the AUI classes.
 
-Added wx.CollapsiblePane.
+Added wx.CollapsiblePane.  On wxGTK it uses a native expander widget,
+on the other platforms a regular button is used to control the
+collapsed/expanded state.