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:
@@ -767,7 +767,7 @@ Scrolls the specified item into view.
|
|||||||
|
|
||||||
\membersection{wxTreeCtrl::SelectItem}\label{wxtreectrlselectitem}
|
\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
|
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.
|
deselect a currently selected item if the value of \arg{select} is false.
|
||||||
|
Reference in New Issue
Block a user