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
This commit is contained in:
Václav Slavík 2000-03-11 10:05:09 +00:00
parent 77611ad4da
commit ba9f095e75

View 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}