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: GdkEventType

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

window: GdkWindow

The window which received the event.

send_event: gint8

TRUE if the event was sent explicitly.

selection: GdkAtom

The selection.

target: GdkAtom

The target to which the selection should be converted.

property: GdkAtom

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

time: guint32

The time of the event in milliseconds.

requestor: GdkWindow

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