Table Of Contents

Previous topic

ShadowPopupWindow

Next topic

ToolBarItem

This Page

phoenix_title StatusBarTimer

Timer used for deleting StatusBar long help after _DELAY seconds.


class_hierarchy Inheritance Diagram

Inheritance diagram for class StatusBarTimer

Inheritance diagram of StatusBarTimer


super_classes Known Superclasses

Timer


method_summary Methods Summary

__init__ Default class constructor.
Notify The timer has expired.

api Class API



class StatusBarTimer(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 – the Timer owner (FlatMenuBar).


Notify(self)

The timer has expired.