]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dnd.h
Do give focus to the wxNotebook page when switching to it under MSW.
[wxWidgets.git] / interface / wx / dnd.h
index 719ab9943354fda25dc1b7800c075cf7d8594dbe..182fe158e96dba6a426ea95c2edfb8f9ed8edc3e 100644 (file)
@@ -132,6 +132,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.