AGW Logo

agw_title TreeFindTimer

Timer used to clear the CustomTreeCtrl _findPrefix attribute if no key was pressed for a sufficiently long time.

hierarchy Inheritance Diagram

Inheritance diagram for: TreeFindTimer

Inheritance diagram of TreeFindTimer


method_summary Methods Summary

__init__Default class constructor.
NotifyThe timer has expired, clear the _findPrefix attribute in CustomTreeCtrl.

API Class API

class TreeFindTimer(wx.Timer)[source]

Timer used to clear the CustomTreeCtrl _findPrefix attribute if no key was pressed for a sufficiently long time.



__init__(owner)[source]

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

Parameters:owner – the wx.Timer owner (an instance of CustomTreeCtrl).


Notify()[source]

The timer has expired, clear the _findPrefix attribute in CustomTreeCtrl.

Tree

Table Of Contents

Previous topic

TreeEvent

Next topic

TreeItemAttr