From: Robin Dunn Date: Sun, 12 Nov 2006 02:44:09 +0000 (+0000) Subject: Some more details about CollapsiblePane X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/19cdf227ad14ba78fd3185dc9a12a69357c5d6fa?ds=inline Some more details about CollapsiblePane git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index b273f6230f..80869299ce 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -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.