X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..db67d86dd1de506a5bb14dd59e9c45230120758a:/docs/latex/wx/listview.tex?ds=inline diff --git a/docs/latex/wx/listview.tex b/docs/latex/wx/listview.tex index 76138d5310..c5a46dcc11 100644 --- a/docs/latex/wx/listview.tex +++ b/docs/latex/wx/listview.tex @@ -19,7 +19,7 @@ future some ports might implement wxListView but not the full set of wxListCtrl 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} @@ -68,7 +68,7 @@ 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} @@ -88,7 +88,7 @@ Returns the currently focused item or $-1$ if none. \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} @@ -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}