.. 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.ultimatelistctrl .. highlight:: python .. _wx.lib.agw.ultimatelistctrl.UltimateListRenameTimer: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.ultimatelistctrl.UltimateListRenameTimer** ========================================================================================================================================== Timer used for enabling in-place edit. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class UltimateListRenameTimer:
| |super_classes| Known Superclasses ================================== :class:`wx.Timer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.ultimatelistctrl.UltimateListRenameTimer.__init__` Default class constructor. :meth:`~wx.lib.agw.ultimatelistctrl.UltimateListRenameTimer.Notify` The timer has expired. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: UltimateListRenameTimer(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`: an instance of :class:`UltimateListCtrl`. .. method:: Notify(self) The timer has expired.