Phoenix Logo

phoenix_title wx.lib.agw.buttonpanel.StatusBarTimer

Timer used for deleting StatusBar long help after _DELAY seconds.


class_hierarchy Class Hierarchy

Inheritance diagram for class StatusBarTimer:

super_classes Known Superclasses

wx.Timer


method_summary Methods Summary

__init__ Default class constructor.
Notify The timer has expired.

api Class API



class StatusBarTimer(wx.Timer)

Timer used for deleting StatusBar long help after _DELAY seconds.


Methods



__init__(self, owner)

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

Parameters:owner – an instance of ButtonPanel.


Notify(self)

The timer has expired.