]> git.saurik.com Git - wxWidgets.git/commitdiff
Document wxDropTarget::GetDataObject().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 00:44:03 +0000 (00:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 00:44:03 +0000 (00:44 +0000)
Closes #14631.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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.