]> git.saurik.com Git - wxWidgets.git/commit - include/wx/treectrl.h
Update all controls using in-place editors to handle Escape/Return correctly.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Dec 2011 00:50:41 +0000 (00:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Dec 2011 00:50:41 +0000 (00:50 +0000)
commit64ac3db840a3b4496131a11817926859b4eab870
tree5de56f5bc4f2660aae3b136c59676ed0873a9c49
parent4d7bc8e761ff8a269d066a46ef3bba7c02e3e0e9
Update all controls using in-place editors to handle Escape/Return correctly.

Define EVT_CHAR_HOOK handlers to ensure that pressing Escape/Return while an
in-place edit control is active affects only it and is not used for the
keyboard navigation.

Closes #9102.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/private/listctrl.h
include/wx/msw/listctrl.h
include/wx/treectrl.h
src/common/treebase.cpp
src/generic/datavgen.cpp
src/generic/listctrl.cpp
src/msw/listctrl.cpp