From: Václav Slavík Date: Sat, 11 Mar 2000 10:05:09 +0000 (+0000) Subject: fixed documentation of wxList::Clear behavior after DeleteContents(TRUE) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ba9f095e75ab9cc919429743d2d43fbc0379d19e 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 --- 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}