From ba9f095e75ab9cc919429743d2d43fbc0379d19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 11 Mar 2000 10:05:09 +0000 Subject: [PATCH] fixed documentation of wxList::Clear behavior after DeleteContents(TRUE) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/list.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index 5e49493589..663ac42594 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -175,7 +175,8 @@ The key string is copied and stored by the list implementation. \func{void}{Clear}{\void} -Clears the list (but does not delete the client data stored with each node). +Clears the list (but does not delete the client data stored with each node +unless you called DeleteContents(TRUE), in which case it deletes data). \membersection{wxList::DeleteContents}\label{wxlistdeletecontents}