X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8795498cd9ec480873e88fccbb63b94be3eddb92..9379c0d752144826342fa2688a77aa5cccea3d9b:/docs/latex/wx/listview.tex diff --git a/docs/latex/wx/listview.tex b/docs/latex/wx/listview.tex index befca96ca9..7758ebec2d 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} @@ -63,12 +63,12 @@ Sets focus to the item with the given {\it index}. \constfunc{long}{GetFirstSelected}{\void} Returns the first selected item in a (presumably) multiple selection control. -Tigether with \helpref{GetNextSelected}{wxlistviewgetnextselected} it can be +Together with \helpref{GetNextSelected}{wxlistviewgetnextselected} it can be 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} @@ -97,7 +97,7 @@ Returns the next selected item or $-1$ if there are no more of them. \membersection{wxListView::IsSelected}\label{wxlistviewisselected} -\func{bool}{IsSelected}{\param{long }{index}} +\constfunc{bool}{IsSelected}{\param{long }{index}} Returns {\tt true} if the item with the given {\it index} is selected, {\tt false} otherwise.