]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/treectrl.tex
Committed Jaako's renderer patch
[wxWidgets.git] / 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}
 
-\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.