]> git.saurik.com Git - wxWidgets.git/commit
moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Jul 2005 23:09:00 +0000 (23:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Jul 2005 23:09:00 +0000 (23:09 +0000)
commitf55fee08e9d56f3994e0af75efe179d14a6258e7
tree6c56d18653bf4a9c7c8024827d53dde51233c96e
parent2b4f7fbc9f5eb8386c5b5d23151849822d54f7db
moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be implemented in 2.7 -- GetEscapeId() to decide what to do when Esc is pressed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/dialog.h
src/msw/dialog.cpp
src/msw/window.cpp