Struct
GdkEventOwnerChange
since: 2.6
Description [src]
struct GdkEventOwnerChange {
GdkEventType type;
GdkWindow* window;
gint8 send_event;
GdkWindow* owner;
GdkOwnerChange reason;
GdkAtom selection;
guint32 time;
guint32 selection_time;
}
Generated when the owner of a selection changes. On X11, this information is only available if the X server supports the XFIXES extension.
Structure members
type:GdkEventTypeThe type of the event (
GDK_OWNER_CHANGE).window:GdkWindowThe window which received the event.
send_event:gint8TRUEif the event was sent explicitly.owner:GdkWindowThe new owner of the selection, or
NULLif there is none.reason:GdkOwnerChangeThe reason for the ownership change as a
GdkOwnerChangevalue.selection:GdkAtomThe atom identifying the selection.
time:guint32The timestamp of the event.
selection_time:guint32The time at which the selection ownership was taken over.
Available since: 2.6