GdkEventDND

Generated during DND operations.

Members

Variables

context
GdkDragContext* context;

the gdk.DragContext 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_DRAG_ENTER, GDK_DRAG_LEAVE, GDK_DRAG_MOTION, GDK_DRAG_STATUS, GDK_DROP_START or GDK_DROP_FINISHED).

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_DRAG_MOTION and GDK_DROP_START.

yRoot
short yRoot;

the y coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START.