]> git.saurik.com Git - wxWidgets.git/commit
move code ignoring VK_SPACE and VK_RETURN WM_CHAR messages to MSWDefWindowProc()...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Apr 2005 23:33:04 +0000 (23:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Apr 2005 23:33:04 +0000 (23:33 +0000)
commit068b764a5a7cc2929b1fd8ea5643f43b5cbc8762
tree08920765a15348836292c7ba73f26366de0249c6
parentba8a196102fe2dfbf51599d77d261607d4d91bc7
move code ignoring VK_SPACE and VK_RETURN WM_CHAR messages to MSWDefWindowProc() from MSWWindowProc(): this allows to catch wxCharEvents for them while still not letting the control have them

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