]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/node.tex
Overwrote(!!) with source files that compile and link with latest wxGTK.
[wxWidgets.git] / docs / latex / wx / node.tex
index 417329092f5f3bb3b82bf6a7ccd61896353ca83a..a65eb41c69a932f3c4ac23848286167c020a8bb1 100644 (file)
@@ -38,4 +38,10 @@ Retrieves the previous node (NULL if at start of list).
 Sets the data associated with the node (usually the pointer will have been
 set when the node was created).
 
+\membersection{wxNode::IndexOf}
+
+\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.