]> git.saurik.com Git - wxWidgets.git/commit - src/gtk/window.cpp
Moved wxCharhookEvent so that it sends the same
authorRobert Roebling <robert@roebling.de>
Sun, 9 Jun 2002 23:02:58 +0000 (23:02 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 9 Jun 2002 23:02:58 +0000 (23:02 +0000)
commit1ec3a9848a6843aca1b3590f636a149dd274efdc
tree6c947c857b51ad3daef88f98768df5e54273791b
parent78a189c97f5c93814e77424e2afbea23d20621f1
  Moved wxCharhookEvent so that it sends the same
   keycode as wxCharEvent.
  Removed wxDestroyWindowEvent as it crashes all
   the time.
  Corrcted wxTreeCtrl's interception of wxCharEvents
   as it misinterpreted "F5" for "Z" e.g.

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