.. 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 .. currentmodule:: wx.lib.agw.buttonpanel .. highlight:: python .. _wx.lib.agw.buttonpanel.StatusBarTimer: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.buttonpanel.StatusBarTimer** ========================================================================================================================================== Timer used for deleting :class:`StatusBar` long help after ``_DELAY`` seconds. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class StatusBarTimer:
| |super_classes| Known Superclasses ================================== :class:`wx.Timer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.buttonpanel.StatusBarTimer.__init__` Default class constructor. :meth:`~wx.lib.agw.buttonpanel.StatusBarTimer.Notify` The timer has expired. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: StatusBarTimer(wx.Timer) Timer used for deleting :class:`StatusBar` long help after ``_DELAY`` seconds. .. method:: __init__(self, owner) Default class constructor. For internal use: do not call it in your code! :param `owner`: an instance of :class:`ButtonPanel`. .. method:: Notify(self) The timer has expired.