small clarification to doc for get next sibling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -348,13 +348,14 @@ For this enumeration function you must pass in a `cookie' parameter
|
|||||||
which is opaque for the application but is necessary for the library
|
which is opaque for the application but is necessary for the library
|
||||||
to make these functions reentrant (i.e. allow more than one
|
to make these functions reentrant (i.e. allow more than one
|
||||||
enumeration on one and the same object simultaneously). The cookie passed to
|
enumeration on one and the same object simultaneously). The cookie passed to
|
||||||
GetFirstChild and GetNextChild should be the same.
|
GetFirstChild and GetNextChild should be the same variable.
|
||||||
|
|
||||||
Returns an invalid tree item if there are no further children.
|
Returns an invalid tree item if there are no further children.
|
||||||
|
|
||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
\helpref{wxTreeCtrl::GetNextChild}{wxtreectrlgetnextchild}
|
\helpref{wxTreeCtrl::GetNextChild}{wxtreectrlgetnextchild},
|
||||||
|
\helpref{wxTreeCtrl::GetNextSibling}{wxtreectrlgetnextsibling}
|
||||||
|
|
||||||
\pythonnote{In wxPython the returned wxTreeItemId and the new cookie
|
\pythonnote{In wxPython the returned wxTreeItemId and the new cookie
|
||||||
value are both returned as a tuple containing the two values.}
|
value are both returned as a tuple containing the two values.}
|
||||||
@@ -440,6 +441,7 @@ Returns the last child of the item (or an invalid tree item if this item has no
|
|||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
\helpref{GetFirstChild}{wxtreectrlgetfirstchild},
|
\helpref{GetFirstChild}{wxtreectrlgetfirstchild},
|
||||||
|
\helpref{wxTreeCtrl::GetNextSibling}{wxtreectrlgetnextsibling},
|
||||||
\helpref{GetLastChild}{wxtreectrlgetlastchild}
|
\helpref{GetLastChild}{wxtreectrlgetlastchild}
|
||||||
|
|
||||||
\membersection{wxTreeCtrl::GetNextChild}\label{wxtreectrlgetnextchild}
|
\membersection{wxTreeCtrl::GetNextChild}\label{wxtreectrlgetnextchild}
|
||||||
|
Reference in New Issue
Block a user