]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/node.tex
wxApp destructor is virtual [ patch 1283503 ]
[wxWidgets.git] / docs / latex / wx / node.tex
index de3f30e362b5525da99aadb573dbe6a9ccc647ad..53c3fe71dad17d817e28d61bc4bd2023dcacca50 100644 (file)
@@ -29,35 +29,35 @@ 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}
 
 Returns the zero-based index of this node within the list. The return value
-will be NOT\_FOUND if the node has not been added to a list yet.
+will be {\tt wxNOT\_FOUND} if the node has not been added to a list yet.