]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dataviewtreestore.tex
Added wxRect::Intersect() documentation (patch 1868322 from Laurent Humbertclaude).
[wxWidgets.git] / docs / latex / wx / dataviewtreestore.tex
index 66505a5edc886885cd42c6f983d640afaf0af50b..a9ac75ee08dd91997d46d3a7d568765e50121e51 100644 (file)
@@ -4,8 +4,8 @@
 wxDataViewTreeStore is a specialised \helpref{wxDataViewModel}{wxdataviewmodel}
 for displaying simple trees very much like \helpref{wxTreeCtrl}{wxtreectrl}
 does and it offers a similar API. This class actually stores the entire
-tree (therefore its name) and implements all virtual from the base class
-so it can be used directly without having to derive any class from it.
+tree (therefore its name) and implements all virtual methods from the base
+class so it can be used directly without having to derive any class from it.
 This comes at the price of much reduced flexibility.
 
 \wxheading{Derived from}
@@ -16,6 +16,13 @@ This comes at the price of much reduced flexibility.
 
 <dataview.h>
 
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
 \membersection{wxDataViewTreeStore::wxDataViewTreeStore}\label{wxdataviewtreestorewxdataviewtreestore}
 
 \func{}{wxDataViewTreeStore}{\void}