Struct
GdkEventSelection
Description [src]
struct GdkEventSelection {
GdkEventType type;
GdkWindow* window;
gint8 send_event;
GdkAtom selection;
GdkAtom target;
GdkAtom property;
guint32 time;
GdkWindow* requestor;
}
Generated when a selection is requested or ownership of a selection is taken over by another client application.
Structure members
type:GdkEventTypeThe type of the event (
GDK_SELECTION_CLEAR,GDK_SELECTION_NOTIFYorGDK_SELECTION_REQUEST).window:GdkWindowThe window which received the event.
send_event:gint8TRUEif the event was sent explicitly.selection:GdkAtomThe selection.
target:GdkAtomThe target to which the selection should be converted.
property:GdkAtomThe property in which to place the result of the conversion.
time:guint32The time of the event in milliseconds.
requestor:GdkWindowThe window on which to place
propertyorNULLif none.