.. 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

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>StatusBarTimer</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.lib.agw.buttonpanel.StatusBarTimer_inheritance.svg" alt="Inheritance diagram of StatusBarTimer" usemap="#dummy" class="inheritance"/></center>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.agw.buttonpanel.StatusBarTimer.html" title="Timer used for deleting StatusBar long help after ``_DELAY`` seconds." alt="" coords="5,236,310,265"/> <area shape="rect" id="node2" href="wx.Timer.html" title="The wx.Timer  class allows you to execute code at specified intervals." alt="" coords="111,159,204,188"/> <area shape="rect" id="node3" href="wx.EvtHandler.html" title="A class that can handle events from the windowing system." alt="" coords="91,82,224,111"/> <area shape="rect" id="node4" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="42,5,140,34"/> <area shape="rect" id="node5" href="wx.Trackable.html" title="Add-on base class for a trackable object." alt="" coords="164,5,287,34"/> </map> 
   </p>
   </div>

|


|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.