Starts the timer in its constructor, stops in the dtor.
wx.
TimerRunner
(object)¶Possible constructors:
TimerRunner(timer)
TimerRunner(timer, milli, oneShot=False)
Starts the timer in its constructor, stops in the dtor.
__init__
(self, *args, **kw)¶__init__ (self, timer)
Parameters: | timer (wx.Timer) – |
---|
__init__ (self, timer, milli, oneShot=False)
Parameters: |
|
---|
Start
(self, milli, oneShot=False)¶Parameters: |
|
---|