]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo: SelectItem doesn't have return value
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 20 Apr 2006 12:22:52 +0000 (12:22 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 20 Apr 2006 12:22:52 +0000 (12:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/treectrl.tex

index ad174cb31a03e1a239e3676720a0149365fb7950..d8cc8355444b200a35987b4c7d56a099b50bf8f6 100644 (file)
@@ -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
 deselect a currently selected item if the value of \arg{select} is false.
 
 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.