From: Václav Slavík Date: Thu, 20 Apr 2006 12:22:52 +0000 (+0000) Subject: fixed typo: SelectItem doesn't have return value X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3f1ed8567ef7891f2c4062d2acb13d82a24e32af 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 --- 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.