Missed wxList::Erase description.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-10-11 12:15:22 +00:00
parent f7e98dee7e
commit e0ad14ca47

View File

@@ -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<T> *}{node}}
Removes element at given position.
\membersection{wxList::Find}\label{wxlistfind}
\func{wxNode<T> *}{Find}{\param{T *}{ object}}