Eats EVT_CHAR events for WXK_ESCAPE, WXK_TAB, and WXK_RETURN since
authorRobin Dunn <robin@alldunn.com>
Wed, 16 Feb 2000 20:54:27 +0000 (20:54 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 16 Feb 2000 20:54:27 +0000 (20:54 +0000)
commitfb0de762f3e019e4d0c3a5816d10b934500833db
treef578501f141eb9e3d45768445c67f42ecd478544
parente4c4c1c697af594dd9de10a021b3a295f83c333f
Eats EVT_CHAR events for WXK_ESCAPE, WXK_TAB, and WXK_RETURN since
they are handled in EVT_KEY_DOWN.  It also gets rid of the annoying
bell on MSW for the return key.

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