more fixes to keypress handling in wxGTK:
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 26 Jun 2004 15:25:39 +0000 (15:25 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 26 Jun 2004 15:25:39 +0000 (15:25 +0000)
commita3c15d892d21e938f3e53dfa81c62eb5da4ce3c8
treec7937b46776211a4ff793fbdf62373e40dd43a8f
parentdbea9b70625e322f9ba1fa493966bdcc8e60a57d
more fixes to keypress handling in wxGTK:
1. don't eat unprocessed events originating from child widgets
2. tell IM context about focus changes
3. set wxKeyEvent modifiers information from last GdkEventKey leading to IM's commit signal

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