]> git.saurik.com Git - wxWidgets.git/commitdiff
Missed wxList::Erase description.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 11 Oct 2004 12:15:22 +0000 (12:15 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 11 Oct 2004 12:15:22 +0000 (12:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/list.tex

index 39cdacecbce6b410a1a7c796bd6a3c77b8237eb1..e69699fb3c1268cbf82793b27f199b29722093ba 100644 (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}}