wx.lib.agw.customtreectrl.TreeFindTimer¶
Timer used to clear the CustomTreeCtrl _findPrefix attribute if no
key was pressed for a sufficiently long time.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
|
The timer has expired, clear the _findPrefix attribute in |
Class API¶
- class TreeFindTimer(wx.Timer)¶
Timer used to clear the
CustomTreeCtrl_findPrefix attribute if no key was pressed for a sufficiently long time.
Methods¶
- __init__(self, owner)¶
Default class constructor. For internal use: do not call it in your code!
- Parameters:
owner – the
Timerowner (an instance ofCustomTreeCtrl).
- Notify(self)¶
The timer has expired, clear the _findPrefix attribute in
CustomTreeCtrl.