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
This commit is contained in:
@@ -724,6 +724,7 @@ All (GUI):
|
||||
- Added wxGenericStaticBitmap suitable for display of large bitmaps.
|
||||
- Support wxListCtrl::GetViewRect() in report view too.
|
||||
- Implement wxListCtrl::GetSubItemRect() in generic version (David Barnard).
|
||||
- Add column parameter to wxListCtrl::GetItemText() (Allann Jones).
|
||||
- Added wxVListBox::GetItemRect() (Javier Urien).
|
||||
- Show busy cursor in wxLaunchDefaultBrowser and add wxBROWSER_NOBUSYCURSOR.
|
||||
- Added wxFlexGridSizer::Is{Row,Col}Growable() (Marcin Wojdyr).
|
||||
|
Reference in New Issue
Block a user