With wxTE_PROCESS_TAB, tabs are now inserted in the text control
by default. The new Navigate function can be used to do navigation programmatically. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -111,6 +111,10 @@ All (GUI):
|
||||
is discouraged
|
||||
- Added ..._CMD_... variants for wxGrid event table entry macros
|
||||
taking window identifiers
|
||||
- Added wxWindowBase::Navigate for programmatic navigation to the next
|
||||
control.
|
||||
- On most platforms, wxTextCtrl::OnChar now inserts a tab character if
|
||||
wxTE_PROCESS_TAB is set, or navigates to the next control if not.
|
||||
|
||||
Unix:
|
||||
|
||||
|
Reference in New Issue
Block a user