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
This commit is contained in:
Vadim Zeitlin
2002-07-21 14:29:13 +00:00
parent 19caf22926
commit 1944ad7618
5 changed files with 170 additions and 14 deletions

View File

@@ -401,7 +401,5 @@ private:
#endif // wxUSE_LISTCTRL
#endif
// _WX_LISTCTRL_H_
#endif // _WX_LISTCTRL_H_
// vi:sts=4:sw=4:et