AGW Logo

agw_title TreeEditTimer

Timer used for enabling in-place edit.

hierarchy Inheritance Diagram

Inheritance diagram for: TreeEditTimer

Inheritance diagram of TreeEditTimer


method_summary Methods Summary

__init__Default class constructor.
NotifyThe timer has expired, starts the item editing.

API Class API

class TreeEditTimer(wx.Timer)[source]

Timer used for enabling in-place edit.



__init__(owner)[source]

Default class constructor. For internal use: do not call it in your code!

Parameters:owner – the wx.Timer owner (an instance of CustomTreeCtrl).


Notify()[source]

The timer has expired, starts the item editing.

Tree

Table Of Contents

Previous topic

GenericTreeItem

Next topic

TreeEvent