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:
parent
a40c9444bb
commit
64f590eaa1
@ -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}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user