Table Of Contents

Previous topic

TreeEvent

Next topic

TreeItemAttr

This Page

phoenix_title TreeFindTimer

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


class_hierarchy Inheritance Diagram

Inheritance diagram for class TreeFindTimer

Inheritance diagram of TreeFindTimer


super_classes Known Superclasses

Timer


method_summary Methods Summary

__init__ Default class constructor.
Notify The timer has expired, clear the _findPrefix attribute in CustomTreeCtrl.

api Class API



class TreeFindTimer(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 Timer owner (an instance of CustomTreeCtrl).


Notify(self)

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