DeleteAllItems() does send DELETE_ITEM events (closes bug 664281)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-01-12 23:34:29 +00:00
parent a40c9444bb
commit 64f590eaa1

View File

@ -241,8 +241,9 @@ generated.
\func{void}{DeleteAllItems}{\void} \func{void}{DeleteAllItems}{\void}
Deletes all the items in the control. Note that this will {\bf not} generate Deletes all the items in the control. Note that this may not generate
any events unlike \helpref{Delete}{wxtreectrldelete} method. {\tt EVT\_TREE\_DELETE\_ITEM} events under some Windows versions although
normally such event is generated for each removed item.
\membersection{wxTreeCtrl::DeleteChildren}\label{wxtreectrldeletechildren} \membersection{wxTreeCtrl::DeleteChildren}\label{wxtreectrldeletechildren}