From 3f1ed8567ef7891f2c4062d2acb13d82a24e32af Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 20 Apr 2006 12:22:52 +0000 Subject: [PATCH] fixed typo: SelectItem doesn't have return value git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/treectrl.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/treectrl.tex b/docs/latex/wx/treectrl.tex index ad174cb31a..d8cc835544 100644 --- a/docs/latex/wx/treectrl.tex +++ b/docs/latex/wx/treectrl.tex @@ -767,7 +767,7 @@ Scrolls the specified item into view. \membersection{wxTreeCtrl::SelectItem}\label{wxtreectrlselectitem} -\func{bool}{SelectItem}{\param{const wxTreeItemId\&}{ item}, \param{bool }{select = \true}} +\func{void}{SelectItem}{\param{const wxTreeItemId\&}{ item}, \param{bool }{select = \true}} Selects the given item. In multiple selection controls, can be also used to deselect a currently selected item if the value of \arg{select} is false. -- 2.45.2