]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_timer.i
updated Joystick demo, is now wxDesigner-less
[wxWidgets.git] / wxPython / src / _timer.i
index 6d669bc44f4dc16ce39287a331cf42b2f7a423ee..b0d2dae880ae5ba676648d729498096f93f695a2 100644 (file)
@@ -78,6 +78,10 @@ public:
 
     // return True if the timer is one shot
     bool IsOneShot() const;
+
+    // return the timer ID
+    int GetId() const;
+   
 };