From e5a314fa9b95f5dcdb4137877ffc346d0c28cc01 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 18 Sep 2000 15:16:09 +0000 Subject: [PATCH] mention wxTreeItemId::IsOk git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/treectrl.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/treectrl.tex b/docs/latex/wx/treectrl.tex index f0f7f5511f..630572918c 100644 --- a/docs/latex/wx/treectrl.tex +++ b/docs/latex/wx/treectrl.tex @@ -1,7 +1,10 @@ \section{\class{wxTreeCtrl}}\label{wxtreectrl} -A tree control presents information as a hierarchy, with items that may be expanded -to show further items. Items in a tree control are referenced by wxTreeItemId handles. +A tree control presents information as a hierarchy, with items that may be +expanded to show further items. Items in a tree control are referenced by +wxTreeItemId handles. The only method of wxTreeItemId class which can be used +is {\it IsOk()} which returns {\tt TRUE} if the handle is valid and +{\tt FALSE} otherwise. To intercept events from a tree control, use the event table macros described in \helpref{wxTreeEvent}{wxtreeevent}.