new changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-09 02:38:38 +00:00
parent 1aefbabe46
commit 607afa3cd4

View 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