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

The type of the event (GDK_SELECTION_CLEAR, GDK_SELECTION_NOTIFY or GDK_SELECTION_REQUEST).

window

The window which received the event.

send_event

TRUE if the event was sent explicitly.

selection

The selection.

target

The target to which the selection should be converted.

property

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

time

The time of the event in milliseconds.

requestor

The window on which to place property or NULL if none.