From: Vadim Zeitlin Date: Sun, 9 Sep 2012 00:44:03 +0000 (+0000) Subject: Document wxDropTarget::GetDataObject(). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2c71ae12c1d36a391f8a2cab35dfad340c8d73c4 Document wxDropTarget::GetDataObject(). Closes #14631. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.