Struct
GdkEventDND
Description [src]
struct GdkEventDND {
GdkEventType type;
GdkWindow* window;
gint8 send_event;
GdkDragContext* context;
guint32 time;
gshort x_root;
gshort y_root;
}
Generated during DND operations.
Structure members
type |
The type of the event ( |
window |
The window which received the event. |
send_event |
|
context |
The |
time |
The time of the event in milliseconds. |
x_root |
The x coordinate of the pointer relative to the root of the
screen, only set for |
y_root |
The y coordinate of the pointer relative to the root of the
screen, only set for |