.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.TimerRunner: ========================================================================================================================================== |phoenix_title| **wx.TimerRunner** ========================================================================================================================================== Starts the timer in its constructor, stops in the dtor. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class TimerRunner:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.TimerRunner.__init__` :meth:`~wx.TimerRunner.Start` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: 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. .. method:: __init__(self, *args, **kw) |overload| **Overloaded Implementations:** :html:`

` **__init__** `(self, timer : Timer)` :param `timer`: :type `timer`: wx.Timer :rtype: `None` :html:`

` **__init__** `(self, timer : Timer, milli : int, oneShot: bool=False)` :param `timer`: :type `timer`: wx.Timer :param `milli`: :type `milli`: int :param `oneShot`: :type `oneShot`: bool :rtype: `None` :html:`

` .. method:: Start(self, milli : int, oneShot: bool=False) :param `milli`: :type `milli`: int :param `oneShot`: :type `oneShot`: bool :rtype: `None`