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