X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bb22bd68d70175ad7af10a9ec349d72c98f8a75..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/dnd.h diff --git a/interface/wx/dnd.h b/interface/wx/dnd.h index 719ab99433..f117116871 100644 --- a/interface/wx/dnd.h +++ b/interface/wx/dnd.h @@ -2,7 +2,6 @@ // Name: dnd.h // Purpose: interface of wxDropSource and wx*DropTarget // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -132,6 +131,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.