X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..dc9e1e56917ad9b448bd0087a2d1ae3c632c4db1:/docs/latex/wx/node.tex diff --git a/docs/latex/wx/node.tex b/docs/latex/wx/node.tex index 417329092f..a65eb41c69 100644 --- a/docs/latex/wx/node.tex +++ b/docs/latex/wx/node.tex @@ -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.