.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.customtreectrl .. highlight:: python .. _wx.lib.agw.customtreectrl.TreeFindTimer: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.customtreectrl.TreeFindTimer** ========================================================================================================================================== Timer used to clear the :class:`CustomTreeCtrl` `_findPrefix` attribute if no key was pressed for a sufficiently long time. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class TreeFindTimer:
| |super_classes| Known Superclasses ================================== :class:`wx.Timer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.customtreectrl.TreeFindTimer.__init__` Default class constructor. :meth:`~wx.lib.agw.customtreectrl.TreeFindTimer.Notify` The timer has expired, clear the `_findPrefix` attribute in :class:`CustomTreeCtrl`. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: TreeFindTimer(wx.Timer) Timer used to clear the :class:`CustomTreeCtrl` `_findPrefix` attribute if no key was pressed for a sufficiently long time. .. 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, clear the `_findPrefix` attribute in :class:`CustomTreeCtrl`.