Table Of Contents

Previous topic

TabNavigatorWindow

Next topic

dockart

This Page

phoenix_title TabTextCtrl

Control used for in-place edit.


class_hierarchy Inheritance Diagram

Inheritance diagram for class TabTextCtrl

Inheritance diagram of TabTextCtrl


super_classes Known Superclasses

lib.expando.ExpandoTextCtrl


method_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 EVT_CHAR event for TabTextCtrl.
OnKeyUp Handles the EVT_KEY_UP event for TabTextCtrl.
OnKillFocus Handles the EVT_KILL_FOCUS event for TabTextCtrl.
StopEditing Suddenly stops the editing.

api Class API



class TabTextCtrl(ExpandoTextCtrl)

Control used for in-place edit.


Methods



__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 EVT_CHAR event for TabTextCtrl.

Parameters:event – a KeyEvent event to be processed.


OnKeyUp(self, event)

Handles the EVT_KEY_UP event for TabTextCtrl.

Parameters:event – a KeyEvent event to be processed.


OnKillFocus(self, event)

Handles the EVT_KILL_FOCUS event for TabTextCtrl.

Parameters:event – a FocusEvent event to be processed.


StopEditing(self)

Suddenly stops the editing.