From: Robert Roebling <robert@roebling.de>
Date: Wed, 17 Oct 2007 08:03:46 +0000 (+0000)
Subject: Minor doc updates
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9743a4495cd6daf413dd2754165d65a1ec910156

Minor doc updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/docs/latex/wx/dataviewitem.tex b/docs/latex/wx/dataviewitem.tex
index 23d0e7c6e6..f4ce1e0bfc 100644
--- a/docs/latex/wx/dataviewitem.tex
+++ b/docs/latex/wx/dataviewitem.tex
@@ -11,7 +11,12 @@ and can be converted to a from it.
 If the ID is {\it NULL} the wxDataViewItem is invalid and 
 \helpref{IsOk}{wxdataviewitemisok} will return {\it false}
 which used in many places in the API of wxDataViewCtrl
-to indicate that e.g. no item was found etc.
+to indicate that e.g. no item was found. An ID of NULL
+is also used to indicate the invisible root. Examples
+for this are
+\helpref{wxDataViewModel::GetParent}{wxdataviewmodelgetparent} and
+\helpref{wxDataViewModel::GetChildren}{wxdataviewmodelgetchildren}.
+
 
 \wxheading{Derived from}
 
@@ -21,9 +26,9 @@ No base class
 
 <dataview.h>
 
-\wxheading{Data structures}
+\wxheading{Library}
 
-\latexignore{\rtfignore{\wxheading{Members}}}
+\helpref{wxAdv}{librarieslist}
 
 
 \membersection{wxDataViewItem::wxDataViewItem}\label{wxdataviewitemwxdataviewitem}
diff --git a/docs/latex/wx/variant.tex b/docs/latex/wx/variant.tex
index 6394598e1d..8343da9923 100644
--- a/docs/latex/wx/variant.tex
+++ b/docs/latex/wx/variant.tex
@@ -524,6 +524,10 @@ when the reference count reaches zero.
 
 <wx/variant.h>
 
+\wxheading{Derived from}
+
+No base class
+
 \wxheading{Library}
 
 \helpref{wxBase}{librarieslist}