 wx.lib.agw.ultimatelistctrl.UltimateListTextCtrl¶
 wx.lib.agw.ultimatelistctrl.UltimateListTextCtrl¶Control used for in-place edit.
This is a subclass of ExpandoTextCtrl as UltimateListCtrl
supports multiline text items.
Note
To add a newline character in a multiline item, press Shift + Enter
as the Enter key alone is consumed by UltimateListCtrl to finish
the editing and Ctrl + Enter is consumed by the platform for tab navigation.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class UltimateListTextCtrl:
Inheritance diagram for class UltimateListTextCtrl:
 Known Superclasses¶
 Known Superclasses¶wx.lib.expando.ExpandoTextCtrl
 Methods Summary¶
 Methods Summary¶| Default class constructor. | |
| Accepts/refuses the changes made by the user. | |
| Finish editing. | |
| Handles the  | |
| Handles the  | |
| Handles the  | |
| Suddenly stops the editing. | 
 Class API¶
 Class API¶Control used for in-place edit.
This is a subclass of ExpandoTextCtrl as UltimateListCtrl
supports multiline text items.
Note
To add a newline character in a multiline item, press Shift + Enter
as the Enter key alone is consumed by UltimateListCtrl to finish
the editing and Ctrl + Enter is consumed by the platform for tab navigation.
Default class constructor. For internal use: do not call it in your code!
owner – the control parent (an instance of UltimateListCtrl );
itemEdit – an instance of UltimateListItem.
Accepts/refuses the changes made by the user.
Finish editing.
Handles the wx.EVT_CHAR event for UltimateListTextCtrl.
event – a KeyEvent event to be processed.
Handles the wx.EVT_KEY_UP event for UltimateListTextCtrl.
event – a KeyEvent event to be processed.
Handles the wx.EVT_KILL_FOCUS event for UltimateListTextCtrl.
event – a FocusEvent event to be processed.
Suddenly stops the editing.