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.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-06 19:56:57 +00:00
parent 567a5f982b
commit 8feec28c87
2 changed files with 10 additions and 3 deletions

View File

@@ -263,6 +263,10 @@ Andrea Gavana's FancyButtonPanel module.
Added the wx.lib.flatnotebook module, from Andrea Gavana.
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.