GdkEventDND
- context
GdkDragContext* context;
Undocumented in source.
- sendEvent
byte sendEvent;
Undocumented in source.
- time
uint time;
Undocumented in source.
- type
GdkEventType type;
Undocumented in source.
- window
GdkWindow* window;
Undocumented in source.
- xRoot
short xRoot;
- yRoot
short yRoot;
Undocumented in source.
gtkc gdktypes
aliasesenumsstructsvariables
Generated during DND operations. 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). GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). GdkDragContext *context; the GdkDragContext for the current DND operation. guint32 time; the time of the event in milliseconds. gshort x_root; the x coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START. gshort y_root; the y coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START.