GdkEventSelection

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

Members

Variables

property
GdkAtom property;

the property in which to place the result of the conversion.

requestor
GdkWindow* requestor;

the window on which to place @property or null if none.

selection
GdkAtom selection;

the selection.

sendEvent
byte sendEvent;

true if the event was sent explicitly.

target
GdkAtom target;

the target to which the selection should be converted.

time
uint time;

the time of the event in milliseconds.

type
GdkEventType type;

the type of the event (gdk.types.EventType.SelectionClear, gdk.types.EventType.SelectionNotify or gdk.types.EventType.SelectionRequest).

window
GdkWindow* window;

the window which received the event.