AGW Logo

agw_title StatusBarTimer

Timer used for deleting wx.StatusBar long help after _DELAY seconds.

hierarchy Inheritance Diagram

Inheritance diagram for: StatusBarTimer

Inheritance diagram of StatusBarTimer


method_summary Methods Summary

__init__Default class constructor.
NotifyThe timer has expired.

API Class API

class StatusBarTimer(wx.Timer)[source]

Timer used for deleting wx.StatusBar long help after _DELAY seconds.



__init__(owner)[source]

Default class constructor. For internal use: do not call it in your code!

Parameters:owner – the wx.Timer owner (FlatMenuBar).


Notify()[source]

The timer has expired.

Tree

Table Of Contents

Previous topic

ShadowPopupWindow

Next topic

ToolBarItem