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
The type of the event (
GDK_OWNER_CHANGE
).window
The window which received the event.
send_event
TRUE
if the event was sent explicitly.owner
The new owner of the selection, or
NULL
if there is none.reason
The reason for the ownership change as a
GdkOwnerChange
value.selection
The atom identifying the selection.
time
The timestamp of the event.
selection_time
The time at which the selection ownership was taken over.
Available since: 2.6