wx.lib.agw.ultimatelistctrl.UltimateListRenameTimer¶
Timer used for enabling in-place edit.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
|
The timer has expired. |
Class API¶
- class UltimateListRenameTimer(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 – an instance of
UltimateListCtrl
.
- Notify(self)¶
The timer has expired.