X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8ec3708f6a817bad0d56178e006ebdee967ea8b..dbe6f5f00beefc0901945758693b6d79295904ad:/wxPython/src/_core_ex.py?ds=sidebyside diff --git a/wxPython/src/_core_ex.py b/wxPython/src/_core_ex.py index 3856de4f6f..8ede13afee 100644 --- a/wxPython/src/_core_ex.py +++ b/wxPython/src/_core_ex.py @@ -243,6 +243,8 @@ class FutureCall: # if it wasn't restarted, then cleanup wx.CallAfter(self.Stop) + Interval = property(GetInterval) + Result = property(GetResult) #----------------------------------------------------------------------------