Document wxDropTarget::GetDataObject().

Closes #14631.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2012-09-09 00:44:03 +00:00
parent dd9bafe129
commit 2c71ae12c1

View File

@ -132,6 +132,11 @@ public:
*/ */
virtual void OnLeave(); 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 Sets the data wxDataObject associated with the drop target and deletes
any previously associated data object. any previously associated data object.