]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listview.tex
wxDataViewCtrl DnD stubs, some reformating
[wxWidgets.git] / docs / latex / wx / listview.tex
index c5a46dcc1113709bc2c62f9ba334cd09bbc7d7de..c2d670bd1e5f653a2be451ffeb40c0b53be54b76 100644 (file)
@@ -33,6 +33,10 @@ particular, it uses the same events, same window styles and so on.
 
 <wx/listctrl.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 %%%%%%%%%%%%% Methods in alphabetic order %%%%%%%%%%%%%
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -63,7 +67,7 @@ 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}
@@ -97,7 +101,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.