Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-09-28 11:54:59 +00:00
parent cf70008883
commit dcbd177f06
23 changed files with 96 additions and 96 deletions

View File

@@ -29,32 +29,32 @@ None.
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxNode<T>::GetData}
\membersection{wxNode<T>::GetData}\label{wxnodegetdata}
\constfunc{T *}{GetData}{\void}
Retrieves the client data pointer associated with the node.
\membersection{wxNode<T>::GetNext}
\membersection{wxNode<T>::GetNext}\label{wxnodegetnext}
\constfunc{wxNode<T> *}{GetNext}{\void}
Retrieves the next node or NULL if this node is the last one.
\membersection{wxNode<T>::GetPrevious}
\membersection{wxNode<T>::GetPrevious}\label{wxnodegetprevious}
\func{wxNode<T> *}{GetPrevious}{\void}
Retrieves the previous node or NULL if this node is the first one in the list.
\membersection{wxNode<T>::SetData}
\membersection{wxNode<T>::SetData}\label{wxnodesetdata}
\func{void}{SetData}{\param{T *}{data}}
Sets the data associated with the node (usually the pointer will have been
set when the node was created).
\membersection{wxNode<T>::IndexOf}
\membersection{wxNode<T>::IndexOf}\label{wxnodeindexof}
\func{int}{IndexOf}{\void}