.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2018 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc

.. currentmodule:: wx.lib.agw.flatmenu

.. highlight:: python



.. _wx.lib.agw.flatmenu.StatusBarTimer:

==========================================================================================================================================
|phoenix_title|  **wx.lib.agw.flatmenu.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.flatmenu.StatusBarTimer_inheritance.png" alt="Inheritance diagram of StatusBarTimer" usemap="#dummy" class="inheritance"/></center>
   </div>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.EvtHandler.html" title="wx.EvtHandler" alt="" coords="73,83,184,112"/> <area shape="rect" id="node4" href="wx.Timer.html" title="wx.Timer" alt="" coords="90,160,168,189"/> <area shape="rect" id="node2" href="wx.Object.html" title="wx.Object" alt="" coords="31,5,112,35"/> <area shape="rect" id="node3" href="wx.Trackable.html" title="wx.Trackable" alt="" coords="137,5,239,35"/> <area shape="rect" id="node5" href="wx.lib.agw.flatmenu.StatusBarTimer.html" title="wx.lib.agw.flatmenu.StatusBarTimer" alt="" coords="5,237,253,267"/> </map> 
   </p>

|


|super_classes| Known Superclasses
==================================

:class:`wx.Timer`

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.lib.agw.flatmenu.StatusBarTimer.__init__`                             Default class constructor.
:meth:`~wx.lib.agw.flatmenu.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`: the :class:`Timer` owner (:class:`FlatMenuBar`).


   .. method:: Notify(self)

      The timer has expired. 


