reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-24 19:52:08 +00:00
parent 9828eeb4a3
commit 8ac8dba00c
24 changed files with 5588 additions and 962 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.