diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index 39cdacecbc..e69699fb3c 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -206,6 +206,12 @@ Deletes the given node from the list, returning {\tt true} if successful. Finds the given client {\it object} and deletes the appropriate node from the list, returning {\tt true} if successful. The application must delete the actual object separately. +\membersection{wxList::Erase}\label{wxlisterase} + +\func{void}{Erase}{\param{wxNode *}{node}} + +Removes element at given position. + \membersection{wxList::Find}\label{wxlistfind} \func{wxNode *}{Find}{\param{T *}{ object}}