1. fixed bug with the index of the last column in EVT_COL_CLICK being shifted
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 10 Feb 2000 18:12:44 +0000 (18:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 10 Feb 2000 18:12:44 +0000 (18:12 +0000)
commit7b848b0db27300abdec22c4927b7ec19d8fbb988
tree18eb40e536190225b450287ed99634a266df4c1c
parentf75fc92e11a2b6e71906887ef9d0622934294788
1. fixed bug with the index of the last column in EVT_COL_CLICK being shifted
   by 1 (always)
2. added a menu item to toggle single/multiple selection to the sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/listctrl/listtest.cpp
samples/listctrl/listtest.h
src/generic/listctrl.cpp