gdk.event_selection

Module for [EventSelection] class

Types 1

Generated when a selection is requested or ownership of a selection is taken over by another client application.

Fields
Methods
void * _cPtr()
gdk.types.EventType type() @propertyGet `type` field. Returns: the type of the event ([gdk.types.EventType.SelectionClear], [gdk.types.EventType.SelectionNotify] or [gdk.types.EventType.SelectionRequest]).
void type(gdk.types.EventType propval) @propertySet `type` field. Params: propval = the type of the event ([gdk.types.EventType.SelectionClear], [gdk.types.EventType.SelectionNotify] or [gdk.types.EventType.SelectionRequest]).
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.
byte sendEvent() @propertyGet `sendEvent` field. Returns: true if the event was sent explicitly.
void sendEvent(byte propval) @propertySet `sendEvent` field. Params: propval = true if the event was sent explicitly.
gdk.atom.Atom selection() @propertyGet `selection` field. Returns: the selection.
gdk.atom.Atom target() @propertyGet `target` field. Returns: the target to which the selection should be converted.
gdk.atom.Atom property() @propertyGet `property` field. Returns: the property in which to place the result of the conversion.
uint time() @propertyGet `time` field. Returns: the time of the event in milliseconds.
void time(uint propval) @propertySet `time` field. Params: propval = the time of the event in milliseconds.
gdk.window.Window requestor() @propertyGet `requestor` field. Returns: the window on which to place @property or null if none.
void requestor(gdk.window.Window propval) @propertySet `requestor` field. Params: propval = the window on which to place @property or null if none.
Constructors
this(void * ptr, Flag!"Take" take)