corrected the links

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-11-10 21:42:06 +00:00
parent 6df6345a73
commit bc86e2c68f

View File

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