diff --git a/docs/latex/wx/treectrl.tex b/docs/latex/wx/treectrl.tex index 812744fa3d..4b69c939ba 100644 --- a/docs/latex/wx/treectrl.tex +++ b/docs/latex/wx/treectrl.tex @@ -241,8 +241,9 @@ generated. \func{void}{DeleteAllItems}{\void} -Deletes all the items in the control. Note that this will {\bf not} generate -any events unlike \helpref{Delete}{wxtreectrldelete} method. +Deletes all the items in the control. Note that this may not generate +{\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}