1. more consistency in wxTree/ListEvent methods naming convention:
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Jul 2002 14:29:13 +0000 (14:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Jul 2002 14:29:13 +0000 (14:29 +0000)
commit1944ad76180a4ef4e65764d456928539561d34b3
tree5f9e1048c5c0ae8306881f5cb1407c5b4e2c0898
parent19caf2292672bd3c6ecad003ab213709f2d98319
1. more consistency in wxTree/ListEvent methods naming convention:
   GetKeyCode() instead of GetCode()
2. wxTreeEvent::GetKeyEvent()::IsAltDown() now works under MSW
3. wxTreeEvent::GetKeyCode() works for alnum keys

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