Add wxDataViewListCtrl::{Set,Get}ItemData() methods.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 May 2012 17:02:35 +0000 (17:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 May 2012 17:02:35 +0000 (17:02 +0000)
commit518cef04707760634dd3937c3a928bbc2db24836
treee1b4080efd851329e33ba117fd3cacff8b8e8886
parent41abc29aa6d7a44cbf4e01b05d239868e216e4af
Add wxDataViewListCtrl::{Set,Get}ItemData() methods.

These methods are convenient when migrating the code that previously used
wxListCtrl to wxDataViewCtrl.

Closes #11088.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/dataview.h
interface/wx/dataview.h
src/common/datavcmn.cpp