]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/treeevt.tex
Added missing rejigged IPC Latex files
[wxWidgets.git] / docs / latex / wx / treeevt.tex
index dcb92fb2143dedd0fce66559e392aeb67dbe7462..3889143b0fb201a448574419968957b350ae1940 100644 (file)
@@ -53,9 +53,9 @@ functions that take a wxTreeEvent argument.
 
 Constructor.
 
-\membersection{wxTreeEvent::GetCode}
+\membersection{wxTreeEvent::GetKeyCode}
 
-\constfunc{int}{GetCode}{}
+\constfunc{int}{GetKeyCode}{}
 
 Returns the key code if the event was is a key event. Use 
 \helpref{GetKeyEvent}{wxtreeeventgetkeyevent} to get the values of the
@@ -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.
+