diff --git a/docs/latex/wx/listview.tex b/docs/latex/wx/listview.tex index 57ba0088ee..64e54e31cf 100644 --- a/docs/latex/wx/listview.tex +++ b/docs/latex/wx/listview.tex @@ -36,7 +36,7 @@ particular, it uses the same events, same windows styles and so on. %%%%%%%%%%%%% Methods in alphabetic order %%%%%%%%%%%%% \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxListView::ClearColumnImage}{wxlistviewclearcolumnimage} +\membersection{wxListView::ClearColumnImage}\label{wxlistviewclearcolumnimage} \func{void}{ClearColumnImage}{\param{int }{col}} @@ -51,14 +51,14 @@ Resets the column image -- after calling this function, no image will be shown. \helpref{SetColumnImage}{wxlistviewsetcolumnimage} -\membersection{wxListView::Focus}{wxlistviewfocus} +\membersection{wxListView::Focus}\label{wxlistviewfocus} \func{void}{Focus}{\param{long }{index}} Sets focus to the item with the given {\it index}. -\membersection{wxListView::GetFirstSelected}{wxlistviewgetfirstselected} +\membersection{wxListView::GetFirstSelected}\label{wxlistviewgetfirstselected} \constfunc{long}{GetFirstSelected}{\void} @@ -71,7 +71,7 @@ used to iterate over all selected items in the control. The fisrt selected item, if any, $-1$ otherwise. -\membersection{wxListView::GetFocusedItem}{wxlistviewgetfocuseditem} +\membersection{wxListView::GetFocusedItem}\label{wxlistviewgetfocuseditem} \constfunc{long}{GetFocusedItem}{\void} @@ -83,7 +83,7 @@ Returns the currently focused item or $-1$ if none. \helpref{Focus}{wxlistviewfocus} -\membersection{wxListView::GetNextSelected}{wxlistviewgetnextselected} +\membersection{wxListView::GetNextSelected}\label{wxlistviewgetnextselected} \constfunc{long}{GetNextSelected}{\param{long }{item}} @@ -95,7 +95,7 @@ iterate oevr all selected items in the control. Returns the next selected item or $-1$ if there are no more of them. -\membersection{wxListView::IsSelected}{wxlistviewisselected} +\membersection{wxListView::IsSelected}\label{wxlistviewisselected} \func{bool}{IsSelected}{\param{long }{index}} @@ -108,7 +108,7 @@ Returns {\tt TRUE} if the item with the given {\it index} is selected, \helpref{GetNextSelected}{wxlistviewgetnextselected} -\membersection{wxListView::Select}{wxlistviewselect} +\membersection{wxListView::Select}\label{wxlistviewselect} \func{void}{Select}{long n, \param{bool }{on = TRUE}} @@ -125,7 +125,7 @@ Selects or unselects the given item. \helpref{SetItemState}{wxlistctrlsetitemstate} -\membersection{wxListView::SetColumnImage}{wxlistviewsetcolumnimage} +\membersection{wxListView::SetColumnImage}\label{wxlistviewsetcolumnimage} \func{void}{SetColumnImage}{\param{int }{col}, \param{int }{image}}