]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/node.tex
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor...
[wxWidgets.git] / docs / latex / wx / node.tex
index de3f30e362b5525da99aadb573dbe6a9ccc647ad..2a207a8a5e66b80774d43c04699389776acf1d30 100644 (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}