]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/list.tex
fixed bug in mouse handling
[wxWidgets.git] / 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}