Set modifiers properly for the key events with AltGr in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 13:36:20 +0000 (13:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 13:36:20 +0000 (13:36 +0000)
commit82213cb04e56cb1aa3c8659f3c36c9b3017ad345
tree889bfb0e9f8eeb5c3a7922e30806c79abf220fa4
parent44b7211689ec6c63c8e98c73a7ecd13994328ba7
Set modifiers properly for the key events with AltGr in wxGTK.

Just as under Windows, represent AltGr as a combination of wxMOD_CONTROL and
wxMOD_ALT.

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