reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-24 20:10:40 +00:00
parent 8ac8dba00c
commit 6e0de3dfc4
13 changed files with 2763 additions and 485 deletions

View File

@@ -10843,7 +10843,7 @@ def CallAfter(callable, *args, **kw):
class FutureCall:
"""
A convenience class for wx.Timer, that calls the given callable
A convenience class for `wx.Timer`, that calls the given callable
object once after the given amount of milliseconds, passing any
positional or keyword args. The return value of the callable is
availbale after it has been run with the `GetResult` method.