]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/treectrl.tex
the find dialog is created hidden, as all the other top level windows, but the docs...
[wxWidgets.git] / docs / latex / wx / treectrl.tex
index 812744fa3de7f1eca84c0abd2d03def90aa521bd..4b69c939ba73086386c031a176d1a9f699c12b60 100644 (file)
@@ -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}