.. include:: headings.inc .. currentmodule:: lib.agw.customtreectrl .. highlight:: python .. _lib.agw.customtreectrl.TreeEditTimer: ========================================================================================================================================== |phoenix_title| **TreeEditTimer** ========================================================================================================================================== Timer used for enabling in-place edit. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **TreeEditTimer** .. raw:: html

Inheritance diagram of TreeEditTimer

| |super_classes| Known Superclasses ================================== :class:`Timer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.agw.customtreectrl.TreeEditTimer.__init__` Default class constructor. :meth:`~lib.agw.customtreectrl.TreeEditTimer.Notify` The timer has expired, starts the item editing. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: TreeEditTimer(Timer) Timer used for enabling in-place edit. .. method:: __init__(self, owner) Default class constructor. For internal use: do not call it in your code! :param `owner`: the :class:`Timer` owner (an instance of :class:`CustomTreeCtrl`). .. method:: Notify(self) The timer has expired, starts the item editing.