]> git.saurik.com Git - wxWidgets.git/commit - tests/test_vc8_test_gui.vcproj
document column reordering in wxListCtrl; fix confusion between GetColumnOrder()...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Nov 2008 19:11:22 +0000 (19:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Nov 2008 19:11:22 +0000 (19:11 +0000)
commit80cc5fc7ad102221a1ce9e160eac3c29a0586664
tree15668a2b9e2bd85736781ddc94a4572225865f62
parenta5cc517ff644214ce0aec79348277c7d2ff17e98
document column reordering in wxListCtrl; fix confusion between GetColumnOrder() and GetColumnIndexFromOrder() doing this discovered; show the use of these methods in the sample and added a unit test for them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/msw/listctrl.h
interface/wx/listctrl.h
samples/listctrl/listtest.cpp
samples/listctrl/listtest.h
src/msw/listctrl.cpp
tests/Makefile.in
tests/controls/listctrltest.cpp [new file with mode: 0644]
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/test.bkl
tests/test_test_gui.dsp
tests/test_vc7_test_gui.vcproj
tests/test_vc8_test_gui.vcproj
tests/test_vc9_test_gui.vcproj