Control used for in-place edit.
wx.lib.expando.ExpandoTextCtrl
Default class constructor. |
|
Accepts/refuses the changes made by the user. |
|
Finish editing. |
|
Returns the item currently edited. |
|
Handles the |
|
Handles the |
|
Handles the |
|
Suddenly stops the editing. |
Control used for in-place edit.
Default class constructor. For internal use: do not call it in your code!
owner – the AuiNotebook
owning the tab;
tab – the actual AuiTabCtrl
tab;
page_index (integer) – the AuiTabContainer
page index for the tab.
Accepts/refuses the changes made by the user.
Finish editing.
Returns the item currently edited.
Handles the wx.EVT_CHAR
event for TabTextCtrl
.
event – a KeyEvent
event to be processed.
Handles the wx.EVT_KEY_UP
event for TabTextCtrl
.
event – a KeyEvent
event to be processed.
Handles the wx.EVT_KILL_FOCUS
event for TabTextCtrl
.
event – a FocusEvent
event to be processed.
Suddenly stops the editing.