From 2c71ae12c1d36a391f8a2cab35dfad340c8d73c4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 9 Sep 2012 00:44:03 +0000 Subject: [PATCH] Document wxDropTarget::GetDataObject(). Closes #14631. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/dnd.h | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.45.2