make Ctrl-PageUp/Down work for changing notebook pages even when there is a wxWindow...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Mar 2007 23:46:31 +0000 (23:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Mar 2007 23:46:31 +0000 (23:46 +0000)
commitfd4081aa33f41ccd3d373b3cac9e9172e69d888b
treec11ead7324daa357deec5f9c0b62debe8a70177a
parentb5a49757713da52a3840211988b48df1966792a5
make Ctrl-PageUp/Down work for changing notebook pages even when there is a wxWindow (i.e. not a native wxControl) in the hierarchy; this comes at the price of not being able to use the same key combinations for horizontal scrolling of the windows which do not have wxHSCROLL style and this seems like an acceptable tradeoff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp