]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed documentation of wxList::Clear behavior after DeleteContents(TRUE)
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 11 Mar 2000 10:05:09 +0000 (10:05 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 11 Mar 2000 10:05:09 +0000 (10:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/list.tex

index 5e4949358947170d45e1005918d395318b82ee3f..663ac4259483feaa1473cc4a64bfd4bafb9e8252 100644 (file)
@@ -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}