GdkEventDND

Generated during DND operations.

Members

Variables

context
GdkDragContext* context;

the #GdkDragContext for the current DND operation.

sendEvent
byte sendEvent;

true if the event was sent explicitly.

time
uint time;

the time of the event in milliseconds.

type
GdkEventType type;

the type of the event (gdk.types.EventType.DragEnter, gdk.types.EventType.DragLeave, gdk.types.EventType.DragMotion, gdk.types.EventType.DragStatus, gdk.types.EventType.DropStart or gdk.types.EventType.DropFinished).

window
GdkWindow* window;

the window which received the event.

xRoot
short xRoot;

the x coordinate of the pointer relative to the root of the screen, only set for gdk.types.EventType.DragMotion and gdk.types.EventType.DropStart.

yRoot
short yRoot;

the y coordinate of the pointer relative to the root of the screen, only set for gdk.types.EventType.DragMotion and gdk.types.EventType.DropStart.