TRUE/FALSE -> true/false in documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,8 +99,8 @@ Returns the next selected item or $-1$ if there are no more of them.
|
||||
|
||||
\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}
|
||||
|
||||
@@ -110,7 +110,7 @@ Returns {\tt TRUE} if the item with the given {\it index} is selected,
|
||||
|
||||
\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.
|
||||
|
||||
@@ -118,7 +118,7 @@ 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}
|
||||
|
||||
|
Reference in New Issue
Block a user