.. 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.TreeEditTimer:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.customtreectrl.TreeEditTimer**
==========================================================================================================================================
Timer used for enabling in-place edit.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
TreeEditTimer:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Timer`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.agw.customtreectrl.TreeEditTimer.__init__` Default class constructor.
:meth:`~wx.lib.agw.customtreectrl.TreeEditTimer.Notify` The timer has expired, starts the item editing.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: TreeEditTimer(wx.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.