]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listview.tex
added wxDEPRECATED_INLINE, use it for wxPixelData<wxBitmap>::UseAlpha() to fix Sun...
[wxWidgets.git] / docs / latex / wx / listview.tex
index 76138d5310a36e1ad625acb3bf1ced8e3fcab674..c2d670bd1e5f653a2be451ffeb40c0b53be54b76 100644 (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
 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}
 
@@ -33,6 +33,10 @@ particular, it uses the same events, same windows styles and so on.
 
 <wx/listctrl.h>
 
 
 <wx/listctrl.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 %%%%%%%%%%%%% Methods in alphabetic order %%%%%%%%%%%%%
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 %%%%%%%%%%%%% Methods in alphabetic order %%%%%%%%%%%%%
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -63,12 +67,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.
 \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}
 
 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}
 
 
 \membersection{wxListView::GetFocusedItem}\label{wxlistviewgetfocuseditem}
@@ -88,7 +92,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}
 
@@ -97,10 +101,10 @@ Returns the next selected item or $-1$ if there are no more of them.
 
 \membersection{wxListView::IsSelected}\label{wxlistviewisselected}
 
 
 \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.
+Returns {\tt true} if the item with the given {\it index} is selected, 
+{\tt false} otherwise.
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
@@ -110,7 +114,7 @@ Returns {\tt TRUE} if the item with the given {\it index} is selected,
 
 \membersection{wxListView::Select}\label{wxlistviewselect}
 
 
 \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.
 
 
 Selects or unselects the given item.
 
@@ -118,7 +122,7 @@ Selects or unselects the given item.
 
 \docparam{n}{the item to select or unselect}
 
 
 \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}
 
 
 \wxheading{See also}