wxWidgets/tests/controls
Vadim Zeitlin b6812a6f19 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
2010-05-10 21:22:16 +00:00
..
comboboxtest.cpp Ensure that setting wxChoice height to its default value does set it. 2010-03-18 15:07:39 +00:00
headerctrltest.cpp allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even on 64 bit platforms (see r59576) 2009-03-17 22:02:56 +00:00
label.cpp reorder GetLabel(), GetLabelText(), SetLabel() and SetLabelText() function declarations, implementations and relative documentations. 2010-03-21 21:39:15 +00:00
listctrltest.cpp Add column parameter to wxListCtrl::GetItemText(). 2010-05-10 21:22:16 +00:00
textctrltest.cpp only run tests using multiline strings with multiline text control; document that using multiline strings doesn't work with singleline controls 2009-04-14 13:22:09 +00:00
textentrytest.cpp only run tests using multiline strings with multiline text control; document that using multiline strings doesn't work with singleline controls 2009-04-14 13:22:09 +00:00
textentrytest.h fix wxTextCtrl::Replace() under wxGTK; added unit test for it and describe its effect on the insertion point 2008-12-11 16:46:25 +00:00
treectrltest.cpp fix bug in generic wxTreeCtrl: calling SelectItem(true) on an already selected item shouldn't toggle its selection (see #10830) 2009-06-06 14:15:06 +00:00