Open pkulchenko opened 9 years ago
This can be seen in the Auidemo sample: Ctrl-Tab used to advance the tab selection (and Ctrl-Shift-Tab moved the selection in the opposite direction), but this doesn't happen in the "dynamic" branch.
Ctrl-Tab
Ctrl-Shift-Tab
AFAICS, wxAuiTabCtrl::OnChar() should be ported in the new aui context.
wxAuiTabCtrl::OnChar()
This can be seen in the Auidemo sample:
Ctrl-Tab
used to advance the tab selection (andCtrl-Shift-Tab
moved the selection in the opposite direction), but this doesn't happen in the "dynamic" branch.