]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention wxDataViewTreeCtrl in wxDataViewCtrl docs
authorRobert Roebling <robert@roebling.de>
Sat, 1 Dec 2007 19:06:10 +0000 (19:06 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 1 Dec 2007 19:06:10 +0000 (19:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dataviewctrl.tex

index 26d39eb4da4220e1686cbcebf59ffabbe8133761..00d66e772f21942923fe711838b1290623f2e2dd 100644 (file)
@@ -1,8 +1,11 @@
-
 \section{\class{wxDataViewCtrl}}\label{wxdataviewctrl}
 
 wxDataViewCtrl is a control to display data either
-in a tree like fashion or in a tabular form or both. 
+in a tree like fashion or in a tabular form or both.
+If you only need to display a simple tree structure
+with an API more like the older wxTreeCtrl class,
+then the specialized \helpref{wxDataViewTreeCtrl}{wxdataviewtreectrl}
+can be used.
 
 A \helpref{wxDataViewItem}{wxdataviewitem} is used
 to represent a (visible) item in the control.