]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/droptrgt.tex
add wxMouseEvent::GetClickCount() and implement it for wxMac
[wxWidgets.git] / docs / latex / wx / droptrgt.tex
index 413dae6f1b1796d115e46d362680fdc4711910fd..f9ab7fc6c497af90da3be455cf6f94f09b06d066 100644 (file)
@@ -22,6 +22,10 @@ None
 
 <wx/dnd.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Types}
 
 \index{wxDragResult}wxDragResult is defined as follows:
@@ -32,7 +36,8 @@ enum wxDragResult
     wxDragError,    // error prevented the d&d operation from completing
     wxDragNone,     // drag target didn't accept the data
     wxDragCopy,     // the data was successfully copied
-    wxDragMove,     // the data was successfully moved
+    wxDragMove,     // the data was successfully moved (MSW only)
+    wxDragLink,     // operation is a drag-link
     wxDragCancel    // the operation was cancelled by user (not an error)
 };
 \end{verbatim}