phoenix_title wx.TimerRunner¶

Starts the timer in its constructor, stops in the dtor.


class_hierarchy Class Hierarchy¶

Inheritance diagram for class TimerRunner:

method_summary Methods Summary¶

__init__

Start


api 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)¶

overload Overloaded Implementations:



__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