]> git.saurik.com Git - wxWidgets.git/commitdiff
new changes
authorRobin Dunn <robin@alldunn.com>
Mon, 9 Oct 2006 02:38:38 +0000 (02:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 9 Oct 2006 02:38:38 +0000 (02:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index c6d4558de403429dcf0adfeae2601b274c918459..78ed4c9b514b2d5c16a083ec12280ec6f0f887ab 100644 (file)
@@ -267,6 +267,19 @@ Renamed wx.FutureCall to wx.CallLater so it is named more like
 wx.CallAfter.  wx.FutureCall is now an empty subclass of wx.CallLater
 for compatibility of older code.
 
+Added the wx.lib.customtreectrl the from Andrea Gavana.
+
+Added ChangeSelection to wx.BookCtrl (the base class for wx.Notebook
+and other book controls) that is the same as SetSelection but doesn't
+send the change events.
+
+Added wx.TextCtrl.ChangeValue() which is the same as SetValue() but
+doesn't send the text changed event.
+
+For consistency, all classes having an Ok() method now also have
+IsOk(), use of the latter form is preferred although the former hasn't
+been deprecated yet
+