From 19cdf227ad14ba78fd3185dc9a12a69357c5d6fa Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 12 Nov 2006 02:44:09 +0000 Subject: [PATCH] Some more details about CollapsiblePane git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 2.50.0