X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..6244848856584171db8cd74a7ff227250e46cc54:/docs/latex/wx/list.tex diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index 3af91125d3..a3ac3e840e 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -144,6 +144,13 @@ Returns the node whose stored key matches {\it key}. Use on a keyed list only. Returns the first node in the list (NULL if the list is empty). +\membersection{wxList::IndexOf} + +\func{int}{IndexOf}{\param{wxObject*}{ obj }} + +Returns the index of {\it obj} within the list or NOT\_FOUND if {\it obj} +is not found in the list. + \membersection{wxList::Insert} \func{wxNode *}{Insert}{\param{wxObject *}{object}}