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