features.
Other than different interface, this class is identical to wxListCtrl. In
-particular, it uses the same events, same windows styles and so on.
+particular, it uses the same events, same window styles and so on.
\wxheading{Derived from}
\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}
-The fisrt selected item, if any, $-1$ otherwise.
+The first selected item, if any, $-1$ otherwise.
\membersection{wxListView::GetFocusedItem}\label{wxlistviewgetfocuseditem}
\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.