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

Inheritance diagram for class
StatusBarTimer:
|
|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.