document wxDataViewItem

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-08-24 09:42:28 +00:00
parent f5f688eddd
commit 4f76c1a23a
3 changed files with 58 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
wxDataViewCtrl is a control to display data either
in a tree like fashion or in a tabular form or both.
A \helpref{wxDataViewItem}{wxdataviewitem} is used
to represent a (visible) item in the control.
Unlike \helpref{wxListCtrl}{wxlistctrl} wxDataViewCtrl doesn't
get its data from the user through virtual functions or by
setting it directly. Instead you need to write your own