Add IM and full wxEVT_CHAR support to wxTextCtrl and wxComboBox in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:37:09 +0000 (22:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:37:09 +0000 (22:37 +0000)
commitb2c357747dd5a64b3302befcb7463586f624223b
tree3899a63f34b0bb7cfd737b008e1d959620509e11
parentc77ef57e6e52ed6dbd746ffce489e687b3c3f07d
Add IM and full wxEVT_CHAR support to wxTextCtrl and wxComboBox in wxGTK.

Generate wxEVT_CHAR events for non-ASCII characters entered in these controls
by intercepting their insert-text signal.

Also try to use GtkEntry/GtkTextView internal IM objects but unsuccessfully so
far.

Closes #3158.

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