20 #ifndef __com_sun_star_datatransfer_dnd_XDropTarget_idl__
21 #define __com_sun_star_datatransfer_dnd_XDropTarget_idl__
27 module com { module sun { module star { module datatransfer { module dnd {
29 published
interface XDropTargetListener;
77 void setActive( [in]
boolean active );
89 byte getDefaultActions();
102 void setDefaultActions( [in] byte actions );
This interface is implemented by a view or window that supports drop operations.
Definition: XDropTarget.idl:40
This interface is the callback interface used by the drop target object to provide notification of Dr...
Definition: XDropTargetListener.idl:38
base interface of all UNO interfaces
Definition: XInterface.idl:47