]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listview.tex
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor...
[wxWidgets.git] / docs / latex / wx / listview.tex
index 76138d5310a36e1ad625acb3bf1ced8e3fcab674..c645bea8306de34741f8fda887fda973e032822a 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     07.11.02
 %% RCS-ID:      $Id$
 %% Copyright:   (c) 2002 Vadim Zeitlin <vadim@wxwindows.org>
-%% License:     wxWindows license
+%% License:     wxWidgets license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxListView}}\label{wxlistview}
@@ -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}