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