From 045d7116f416763d7452cf7d1e50e693ed7e0b50 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Tue, 19 Nov 2002 13:03:27 +0000 Subject: [PATCH] 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 --- docs/latex/wx/treectrl.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/treectrl.tex b/docs/latex/wx/treectrl.tex index 5ca2768e30..03ab6d4e94 100644 --- a/docs/latex/wx/treectrl.tex +++ b/docs/latex/wx/treectrl.tex @@ -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 to make these functions reentrant (i.e. allow more than one 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. \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 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} \helpref{GetFirstChild}{wxtreectrlgetfirstchild}, +\helpref{wxTreeCtrl::GetNextSibling}{wxtreectrlgetnextsibling}, \helpref{GetLastChild}{wxtreectrlgetlastchild} \membersection{wxTreeCtrl::GetNextChild}\label{wxtreectrlgetnextchild}