]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_timer.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _timer.i
index 10aeddc278e905cae3c61a376c4653aa1b5c2d5d..a883c73b66944e9432176ecd1b9746351d2dc2c8 100644 (file)
@@ -104,6 +104,10 @@ public:
             """NO-OP: Timers must be destroyed by normal reference counting"""
             pass
     }
+
+    %property(Id, GetId, doc="See `GetId`");
+    %property(Interval, GetInterval, doc="See `GetInterval`");
+    %property(Owner, GetOwner, SetOwner, doc="See `GetOwner` and `SetOwner`");
 };
 
 
@@ -130,6 +134,8 @@ class wxTimerEvent : public wxEvent
 public:
     wxTimerEvent(int timerid = 0, int interval = 0);
     int GetInterval() const;
+
+    %property(Interval, GetInterval, doc="See `GetInterval`");
 };