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:
parent
dd9bafe129
commit
2c71ae12c1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user