added and documented wxWindow::MoveBefore/AfterInTabOrder()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -120,11 +120,12 @@ All:
|
||||
|
||||
All (GUI):
|
||||
|
||||
- added wxWindow::MoveBefore/AfterInTabOrder() to change tab navigation order
|
||||
- added wxTaskBarIcon::CreatePopupMenu which is now recommended way
|
||||
of showing popup menu; calling wxTaskBarIcon::PopupMenu directly
|
||||
is discouraged
|
||||
- Added ..._CMD_...(id) variants for wxGrid event table entry macros
|
||||
- Added wxWindow::Navigate for programmatic navigation to the next control.
|
||||
- added ..._CMD_...(id) variants for wxGrid event table entry macros
|
||||
- added wxWindow::Navigate for programmatic navigation to the next control.
|
||||
- wxTextCtrl::OnChar now inserts a tab character if wxTE_PROCESS_TAB is set
|
||||
- added wxKeyEvent::GetUnicodeKey()
|
||||
- added wxKeyEvent::CmdDown() and wxMouseEvent::CmdDown()
|
||||
|
Reference in New Issue
Block a user