20 #ifndef __com_sun_star_datatransfer_dnd_DragGestureEvent_idl__
21 #define __com_sun_star_datatransfer_dnd_DragGestureEvent_idl__
26 module com { module sun { module star { module datatransfer { module dnd {
28 published
interface XDragSource;
long DragOriginX
The x coordinate where the drag originated in component coordinates.
Definition: DragGestureEvent.idl:53
byte DragAction
The action selected by the user.
Definition: DragGestureEvent.idl:48
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:31
any Event
The last event comprising the gesture.
Definition: DragGestureEvent.idl:72
A DragGestureEvent is passed to the method XDragGestureListener::dragGestureRecognized() when a parti...
Definition: DragGestureEvent.idl:36
long DragOriginY
The y coordinate where the drag originated in component coordinates.
Definition: DragGestureEvent.idl:58
This interface is implemented by a view or window that supports drag operations and will be received ...
Definition: XDragSource.idl:44
XDragSource DragSource
The DragSource associated with this drag action.
Definition: DragGestureEvent.idl:63