Gdk.EventDND - Structures - Gdk 3.0 (original) (raw)

Fields

Name Type Access Description
context Gdk.DragContext r/w the Gdk.DragContext for the current DND operation.
send_event int r/w True if the event was sent explicitly.
time int r/w the time of the event in milliseconds.
type Gdk.EventType r/w the type of the event (Gdk.EventType.DRAG_ENTER, Gdk.EventType.DRAG_LEAVE, Gdk.EventType.DRAG_MOTION, Gdk.EventType.DRAG_STATUS, Gdk.EventType.DROP_START or Gdk.EventType.DROP_FINISHED).
window Gdk.Window r/w the window which received the event.
x_root int r/w the x coordinate of the pointer relative to the root of the screen, only set for Gdk.EventType.DRAG_MOTION and Gdk.EventType.DROP_START.
y_root int r/w the y coordinate of the pointer relative to the root of the screen, only set for Gdk.EventType.DRAG_MOTION and Gdk.EventType.DROP_START.

Methods

None

Details

class Gdk.EventDND

Generated during DND operations.