\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}
\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.