X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bb22bd68d70175ad7af10a9ec349d72c98f8a75..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/dnd.h 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.