]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dnd.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / dnd.h
index 719ab9943354fda25dc1b7800c075cf7d8594dbe..f117116871c62ab5c5e3a0d7b54b05e591c2f74e 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        dnd.h
 // Purpose:     interface of wxDropSource and wx*DropTarget
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -132,6 +131,11 @@ public:
     */
     virtual void OnLeave();
 
+    /**
+        Returns the data wxDataObject associated with the drop target
+    */
+    wxDataObject *GetDataObject() const;
+
     /**
         Sets the data wxDataObject associated with the drop target and deletes
         any previously associated data object.