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
This commit is contained in:
Václav Slavík 2006-04-20 12:22:52 +00:00
parent 9542719478
commit 3f1ed8567e

View File

@ -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.