Refactor to eliminate duplication in wxGTK key events generation code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Dec 2011 15:55:37 +0000 (15:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Dec 2011 15:55:37 +0000 (15:55 +0000)
commit64c502e828ebb1bb713cb8755c7bde77d41bea17
tree53b4f3176cf55723122e6f6c82ad7cf58ce4fa5d
parent20004800cf34400fc5f4520c3f9c2eedc4235645
Refactor to eliminate duplication in wxGTK key events generation code.

This also fixes a small bug with wxKeyEvent::m_uniChar not being always set
correctly to the same value as m_keyCode for ASCII characters.

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