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}
\wxheading{Return value}
-The fisrt selected item, if any, $-1$ otherwise.
+The first selected item, if any, $-1$ otherwise.
\membersection{wxListView::GetFocusedItem}\label{wxlistviewgetfocuseditem}
\constfunc{long}{GetNextSelected}{\param{long }{item}}
Used together with \helpref{GetFirstSelected}{wxlistviewgetfirstselected} to
-iterate oevr all selected items in the control.
+iterate over all selected items in the control.
\wxheading{Return value}
\func{bool}{IsSelected}{\param{long }{index}}
-Returns {\tt TRUE} if the item with the given {\it index} is selected,
-{\tt FALSE} otherwise.
+Returns {\tt true} if the item with the given {\it index} is selected,
+{\tt false} otherwise.
\wxheading{See also}
\membersection{wxListView::Select}\label{wxlistviewselect}
-\func{void}{Select}{long n, \param{bool }{on = TRUE}}
+\func{void}{Select}{long n, \param{bool }{on = true}}
Selects or unselects the given item.
\docparam{n}{the item to select or unselect}
-\docparam{on}{if {\tt TRUE} (default), selects the item, otherwise unselects it}
+\docparam{on}{if {\tt true} (default), selects the item, otherwise unselects it}
\wxheading{See also}