phoenix_title wx.lib.agw.customtreectrl.TreeEditTimer

Timer used for enabling in-place edit.


class_hierarchy Class Hierarchy

Inheritance diagram for class TreeEditTimer:

super_classes Known Superclasses

wx.Timer


method_summary Methods Summary

__init__

Default class constructor.

Notify

The timer has expired, starts the item editing.


api Class API

class TreeEditTimer(wx.Timer)

Timer used for enabling in-place edit.


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, starts the item editing.