minor docs corrections and improvements from Andreas Mohr (patch 1430551)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-02-13 15:18:35 +00:00
parent fccb65a23c
commit 4e43c81518
10 changed files with 29 additions and 20 deletions

View File

@@ -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}