Minor doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8abbc646c8
commit
9743a4495c
@ -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}
|
||||
|
@ -524,6 +524,10 @@ when the reference count reaches zero.
|
||||
|
||||
<wx/variant.h>
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
No base class
|
||||
|
||||
\wxheading{Library}
|
||||
|
||||
\helpref{wxBase}{librarieslist}
|
||||
|
Loading…
Reference in New Issue
Block a user