]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listview.tex
fixed typo in HitTest() docs
[wxWidgets.git] / docs / latex / wx / listview.tex
index c645bea8306de34741f8fda887fda973e032822a..c5a46dcc1113709bc2c62f9ba334cd09bbc7d7de 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     07.11.02
 %% RCS-ID:      $Id$
 %% Copyright:   (c) 2002 Vadim Zeitlin <vadim@wxwindows.org>
 %% Created:     07.11.02
 %% RCS-ID:      $Id$
 %% Copyright:   (c) 2002 Vadim Zeitlin <vadim@wxwindows.org>
-%% License:     wxWidgets license
+%% License:     wxWindows license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxListView}}\label{wxlistview}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxListView}}\label{wxlistview}
@@ -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
 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}
 
 
 \wxheading{Derived from}
 
@@ -68,7 +68,7 @@ used to iterate over all selected items in the control.
 
 \wxheading{Return value}
 
 
 \wxheading{Return value}
 
-The fisrt selected item, if any, $-1$ otherwise.
+The first selected item, if any, $-1$ otherwise.
 
 
 \membersection{wxListView::GetFocusedItem}\label{wxlistviewgetfocuseditem}
 
 
 \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
 \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}
 
 
 \wxheading{Return value}