Add column parameter to wxListCtrl::GetItemText().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 May 2010 21:22:16 +0000 (21:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 May 2010 21:22:16 +0000 (21:22 +0000)
commitb6812a6f19ff9cbabfb7408017984a5c237d58ce
tree6a0ab7d933d1a3baa63d0c80dc82e6d4e182d46c
parent654e324628ea1efc6dff6e5b494129931115f773
Add column parameter to wxListCtrl::GetItemText().

Allow retrieving the text from columns other than the first one directly.

Add implementations for MSW and generic versions, documentation and a unit
test.

Closes #11597.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/listctrl.h
include/wx/msw/listctrl.h
interface/wx/listctrl.h
src/generic/listctrl.cpp
src/msw/listctrl.cpp
tests/controls/listctrltest.cpp