Timer used to clear the CustomTreeCtrl
_findPrefix attribute if no
key was pressed for a sufficiently long time.
Default class constructor. |
|
The timer has expired, clear the _findPrefix attribute in |
TreeFindTimer
(wx.Timer)¶Timer used to clear the CustomTreeCtrl
_findPrefix attribute if no
key was pressed for a sufficiently long time.
__init__
(self, owner)¶Default class constructor. For internal use: do not call it in your code!
owner – the Timer
owner (an instance of CustomTreeCtrl
).
Notify
(self)¶The timer has expired, clear the _findPrefix attribute in CustomTreeCtrl
.