X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62b77e42bee61764184137405a7ae405dff382a4..47610ec22ab01dbc09307a88ab67c1c95f6ee3b1:/docs/latex/wx/treeevt.tex diff --git a/docs/latex/wx/treeevt.tex b/docs/latex/wx/treeevt.tex index 45ddeccb8b..3889143b0f 100644 --- a/docs/latex/wx/treeevt.tex +++ b/docs/latex/wx/treeevt.tex @@ -91,3 +91,10 @@ Returns the old item index (valid for EVT\_TREE\_ITEM\_CHANGING and CHANGED even Returns the position of the mouse pointer if the event is a drag event. +\membersection{wxTreeEvent::IsEditCancelled()} + +\constfunc{bool}{IsEditCancelled}{} + +Returns TRUE if the label edit was cancelled. This should be +called from within an EVT\_TREE\_END\_LABEL\_EDIT handler. +