gdk.event_dnd
Module for [EventDND] class
class EventDND
Types 1
classEventDND
Generated during DND operations.
Fields
GdkEventDND _cInstanceMethods
void * _cPtr()gdk.types.EventType type() @propertyGet `type` field. Returns: the type of the event ([gdk.types.EventType.DragEnter], [gdk.types.EventType.DragLeave], [gdk.types.EventType.DragMotion], [gdk.types.EventType.DragStatus], [gdk.types.Ev...void type(gdk.types.EventType propval) @propertySet `type` field. Params: propval = the type of the event ([gdk.types.EventType.DragEnter], [gdk.types.EventType.DragLeave], [gdk.types.EventType.DragMotion], [gdk.types.EventType.DragStatus], [gdk...gdk.window.Window window() @propertyGet `window` field. Returns: the window which received the event.void window(gdk.window.Window propval) @propertySet `window` field. Params: propval = the window which received the event.void sendEvent(byte propval) @propertySet `sendEvent` field. Params: propval = true if the event was sent explicitly.gdk.drag_context.DragContext context() @propertyGet `context` field. Returns: the #GdkDragContext for the current DND operation.void context(gdk.drag_context.DragContext propval) @propertySet `context` field. Params: propval = the #GdkDragContext for the current DND operation.void time(uint propval) @propertySet `time` field. Params: propval = the time of the event in milliseconds.short xRoot() @propertyGet `xRoot` field. Returns: 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].void xRoot(short propval) @propertySet `xRoot` field. Params: propval = 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].short yRoot() @propertyGet `yRoot` field. Returns: 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].void yRoot(short propval) @propertySet `yRoot` field. Params: propval = 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].