X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e43c815181033d3c037dbea51213f9610e3f21a..dc484d491b15355285a89da275c58c2ef247d1f4:/docs/latex/wx/listview.tex diff --git a/docs/latex/wx/listview.tex b/docs/latex/wx/listview.tex index c5a46dcc11..7758ebec2d 100644 --- a/docs/latex/wx/listview.tex +++ b/docs/latex/wx/listview.tex @@ -63,7 +63,7 @@ Sets focus to the item with the given {\it index}. \constfunc{long}{GetFirstSelected}{\void} Returns the first selected item in a (presumably) multiple selection control. -Tigether with \helpref{GetNextSelected}{wxlistviewgetnextselected} it can be +Together with \helpref{GetNextSelected}{wxlistviewgetnextselected} it can be used to iterate over all selected items in the control. \wxheading{Return value} @@ -97,7 +97,7 @@ Returns the next selected item or $-1$ if there are no more of them. \membersection{wxListView::IsSelected}\label{wxlistviewisselected} -\func{bool}{IsSelected}{\param{long }{index}} +\constfunc{bool}{IsSelected}{\param{long }{index}} Returns {\tt true} if the item with the given {\it index} is selected, {\tt false} otherwise.