GdkEventSelection

Generated when a selection is requested or ownership of a selection is taken over by another client application. GdkEventType type; the type of the event (GDK_SELECTION_CLEAR, GDK_SELECTION_NOTIFY or GDK_SELECTION_REQUEST). GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). GdkAtom selection; the selection. GdkAtom target; the target to which the selection should be converted. GdkAtom property; the property in which to place the result of the conversion. guint32 time; the time of the event in milliseconds. GdkNativeWindow requestor; the native window on which to place property.

Members

Variables

property
GdkAtom property;
Undocumented in source.
requestor
GdkNativeWindow requestor;
Undocumented in source.
selection
GdkAtom selection;
Undocumented in source.
sendEvent
byte sendEvent;
Undocumented in source.
target
GdkAtom target;
Undocumented in source.
time
uint time;
Undocumented in source.
type
GdkEventType type;
Undocumented in source.
window
GdkWindow* window;
Undocumented in source.

Meta