]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_core_ex.py
Applied second part of patch #1570448, use the device origin for where
[wxWidgets.git] / wxPython / src / _core_ex.py
index 3856de4f6f23f8f4acb07a577beba8320cea2f1c..8ede13afeed3113b0a9e0eaaee6bcb8841c84e28 100644 (file)
@@ -243,6 +243,8 @@ class FutureCall:
             # if it wasn't restarted, then cleanup
             wx.CallAfter(self.Stop)
 
             # if it wasn't restarted, then cleanup
             wx.CallAfter(self.Stop)
 
+    Interval = property(GetInterval)
+    Result = property(GetResult)
 
 
 #----------------------------------------------------------------------------
 
 
 #----------------------------------------------------------------------------