Files
wxWidgets/include/wx/aui
Vadim Zeitlin 5e61689dbf Fix regression with MDI children accelerators
Since the changes of 8034e35391 (see #16870)
accelerators, including the standard ones such as Ctrl-F4 under MSW, didn't
work any longer inside the MDI children.

Fix this by extending IsTopNavigationDomain() to allow for checking whether
the given window should stop propagation of all keyboard events, as wxTLW
does, or only TAB navigation ones as wxMDIChildFrame and wxAuiFloatingFrame
do.
2016-02-28 01:24:20 +01:00
..
2016-02-10 20:40:45 +01:00
2014-03-30 00:02:23 +00:00
2015-09-06 17:20:42 -07:00