X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bb22bd68d70175ad7af10a9ec349d72c98f8a75..6a5c9ff8e8864c2a1540af521d9a93bae9617d93:/interface/wx/dnd.h?ds=inline diff --git a/interface/wx/dnd.h b/interface/wx/dnd.h index 719ab99433..182fe158e9 100644 --- a/interface/wx/dnd.h +++ b/interface/wx/dnd.h @@ -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.