wx.TimerRunner¶
Starts the timer in its constructor, stops in the dtor.
Class Hierarchy¶
Methods Summary¶
Class API¶
- class wx.TimerRunner(object)¶
Possible constructors:
TimerRunner(timer) -> None TimerRunner(timer, milli, oneShot=False) -> None
Starts the timer in its constructor, stops in the dtor.
Methods¶
- __init__(self, *args, **kw)¶
-
__init__ (self, timer)
- Parameters:
timer (wx.Timer)
- Return type:
None
__init__ (self, timer, milli, oneShot=False)
- Parameters:
timer (wx.Timer)
milli (int)
oneShot (bool)
- Return type:
None
- Start(self, milli, oneShot=False)¶
- Parameters:
milli (int)
oneShot (bool)
- Return type:
None