 
       wx.lib.agw.aui.auibook.TabTextCtrl¶
  wx.lib.agw.aui.auibook.TabTextCtrl¶Control used for in-place edit.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| AcceptChanges | Accepts/refuses the changes made by the user. | 
| Finish | Finish editing. | 
| item | Returns the item currently edited. | 
| OnChar | Handles the wx.EVT_CHARevent forTabTextCtrl. | 
| OnKeyUp | Handles the wx.EVT_KEY_UPevent forTabTextCtrl. | 
| OnKillFocus | Handles the wx.EVT_KILL_FOCUSevent forTabTextCtrl. | 
| StopEditing | Suddenly stops the editing. | 
 Class API¶
 Class API¶TabTextCtrl(ExpandoTextCtrl)¶Control used for in-place edit.
__init__(self, owner, tab, page_index)¶Default class constructor. For internal use: do not call it in your code!
| Parameters: | 
 | 
|---|
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 TabTextCtrl.
| Parameters: | event – a KeyEventevent to be processed. | 
|---|
OnKeyUp(self, event)¶Handles the wx.EVT_KEY_UP event for TabTextCtrl.
| Parameters: | event – a KeyEventevent to be processed. | 
|---|
OnKillFocus(self, event)¶Handles the wx.EVT_KILL_FOCUS event for TabTextCtrl.
| Parameters: | event – a FocusEventevent to be processed. | 
|---|
StopEditing(self)¶Suddenly stops the editing.