move the logic for changing notebook pages using the standard Ctrl-Tab/PageUp/Dn...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 10 Aug 2006 15:42:07 +0000 (15:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 10 Aug 2006 15:42:07 +0000 (15:42 +0000)
commitf242653114d93920f01390320bc69923a8f2c3d9
treebafd4a4faf448f74417f70d3c462db927e65ff87
parentbe2001feddfb5f388c61a5a6f64146f0193e239b
move the logic for changing notebook pages using the standard Ctrl-Tab/PageUp/Dn keys even when focus is outside of the notebook to wxControlContainer from wxTopLevelWindowMSW to allow it work for notebooks whose parent is not a TLW (as a side effect, this now also works in all ports although I don't really know how desirable this is)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/toplevel.h
src/common/containr.cpp
src/msw/toplevel.cpp