From e0ad14ca47650b13d643cb28af2b5b25c7d08e06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 11 Oct 2004 12:15:22 +0000 Subject: [PATCH] Missed wxList::Erase description. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/list.tex | 6 ++++++ 1 file changed, 6 insertions(+) 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}} -- 2.45.2