no real changes, just some cleanup: add wxIsAltDown() in addition to the existing...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Nov 2007 00:24:07 +0000 (00:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Nov 2007 00:24:07 +0000 (00:24 +0000)
commit6719c06a978dcb50e2e7b156a4925aa9849a7589
tree45b9700d32dce7fb98ce225b82bf72b2dd9af168
parentd04a9fdfe2fae53a4a633db465eb8b379bbd974d
no real changes, just some cleanup: add wxIsAltDown() in addition to the existing wxIsShift/CtrlDown() and wxIsAnyModifiedDown() to test for all of them at once (slightly modified patch 1833235)

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