Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module hypertreelist :: Class EditTextCtrl |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Control
--+ |TextCtrl
--+ | EditTextCtrl
Method Summary | |
---|---|
__init__(self,
parent,
id,
item,
column,
owner,
value,
pos,
size,
style,
validator,
name)
| |
Accepts/refuses the changes made by the user. | |
Finish editing. | |
Returns the item currently edited. | |
Handles the wx.EVT_CHAR event for TreeTextCtrl. | |
Handles the wx.EVT_KEY_UP event for TreeTextCtrl. | |
Handles the wx.EVT_KILL_FOCUS event for TreeTextCtrl. | |
Suddenly stops the editing. |
Property Summary |
---|
Instance Method Details |
---|
AcceptChanges(self)Accepts/refuses the changes made by the user. |
Finish(self)Finish editing. |
item(self)Returns the item currently edited. |
OnChar(self, event)Handles the wx.EVT_CHAR event for TreeTextCtrl. |
OnKeyUp(self, event)Handles the wx.EVT_KEY_UP event for TreeTextCtrl. |
OnKillFocus(self, event)Handles the wx.EVT_KILL_FOCUS event for TreeTextCtrl. |
StopEditing(self)Suddenly stops the editing. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:55:28 2009 | http://epydoc.sf.net |