AGW Logo

agw_title TabTextCtrl

Control used for in-place edit.

hierarchy Inheritance Diagram

Inheritance diagram for: TabTextCtrl

Inheritance diagram of TabTextCtrl


method_summary Methods Summary

__init__Default class constructor.
AcceptChangesAccepts/refuses the changes made by the user.
FinishFinish editing.
OnCharHandles the wx.EVT_CHAR event for TabTextCtrl.
OnKeyUpHandles the wx.EVT_KEY_UP event for TabTextCtrl.
OnKillFocusHandles the wx.EVT_KILL_FOCUS event for TabTextCtrl.
StopEditingSuddenly stops the editing.
itemReturns the item currently edited.

API Class API

class TabTextCtrl(ExpandoTextCtrl)[source]

Control used for in-place edit.



__init__(owner, tab, page_index)[source]

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

Parameters:


AcceptChanges()[source]

Accepts/refuses the changes made by the user.



Finish()[source]

Finish editing.



OnChar(event)[source]

Handles the wx.EVT_CHAR event for TabTextCtrl.

Parameters:event – a wx.KeyEvent event to be processed.


OnKeyUp(event)[source]

Handles the wx.EVT_KEY_UP event for TabTextCtrl.

Parameters:event – a wx.KeyEvent event to be processed.



OnKillFocus(event)[source]

Handles the wx.EVT_KILL_FOCUS event for TabTextCtrl.

Parameters:event – a wx.FocusEvent event to be processed.


StopEditing()[source]

Suddenly stops the editing.



item()[source]

Returns the item currently edited.

Tree

Table Of Contents

Previous topic

TabNavigatorWindow

Next topic

SVN Revision 68021 For auibook