]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor doc updates
authorRobert Roebling <robert@roebling.de>
Wed, 17 Oct 2007 08:03:46 +0000 (08:03 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 17 Oct 2007 08:03:46 +0000 (08:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dataviewitem.tex
docs/latex/wx/variant.tex

index 23d0e7c6e69487876f22d6e66474fccc76ac1d96..f4ce1e0bfcae5df45428c93b8d72dcce94528c1d 100644 (file)
@@ -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}
index 6394598e1d3c1244675b15d75b5331fcce4eb05f..8343da9923e23a8c81a09f79ea0054d2321d8d6a 100644 (file)
@@ -524,6 +524,10 @@ when the reference count reaches zero.
 
 <wx/variant.h>
 
+\wxheading{Derived from}
+
+No base class
+
 \wxheading{Library}
 
 \helpref{wxBase}{librarieslist}