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