Refactor wxGTK IM-related code to allow future modifications.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:37:01 +0000 (22:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:37:01 +0000 (22:37 +0000)
commitafa9873106ea8e6ee90f8811bae4d06485e42ba6
treea60e69a4a902257ff78a0bf8f19d79a7cf0020c4
parent819638a71fd3a0eb1e8d04d81d5df1a3de1c108c
Refactor wxGTK IM-related code to allow future modifications.

No real changes, just make it possible to use a different IM than the one
allocated in wxWindow for input handling. This will be used in the upcoming
changes to wxTextEntry and the related classes.

See #3158.

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