]> git.saurik.com Git - wxWidgets.git/commit
1. corrected bug with LIST_ITEM_ACTIVATED being sent even if second click in
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Feb 2000 15:22:21 +0000 (15:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Feb 2000 15:22:21 +0000 (15:22 +0000)
commitefbb7287e6be8cfa29cb30a9678a3a3e6e99bfb3
treef9d9deaf5ef3fee43f5235f453dec7c0d01a711b
parent816be743e86d10387376fa87ddb2fc684eb1efd3
1. corrected bug with LIST_ITEM_ACTIVATED being sent even if second click in
   dbl click was on another item
2. moved private classes from listctrl.h -> listctrl.cpp
3. made sample messages include the item index

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