+\membersection{wxTreeEvent::IsEditCancelled()}\label{wxtreeeventiseditcancelled}
+
+\constfunc{bool}{IsEditCancelled}{}
+
+Returns true if the label edit was cancelled. This should be
+called from within an EVT\_TREE\_END\_LABEL\_EDIT handler.
+
+\membersection{wxTreeEvent::SetToolTip}\label{wxtreeeventsettooltip}
+
+\func{void}{SetToolTip}{\param{const wxString\&}{ tooltip}}
+
+Set the tooltip for the item (valid for EVT\_TREE\_ITEM\_GETTOOLTIP events).
+Windows only.
+