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}
<dataview.h>
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
\membersection{wxDataViewTreeStore::wxDataViewTreeStore}\label{wxdataviewtreestorewxdataviewtreestore}
\func{}{wxDataViewTreeStore}{\void}