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_SELECTION_CLEAR, GDK_SELECTION_NOTIFY or GDK_SELECTION_REQUEST).

window
GdkWindow* window;

the window which received the event.