GdkEventOwnerChange

Generated when the owner of a selection changes. On X11, this information is only available if the X server supports the XFIXES extension.

Members

Variables

owner
GdkWindow* owner;

the new owner of the selection, or NULL if there is none

reason
GdkOwnerChange reason;

the reason for the ownership change as a GdkOwnerChange value

selection
GdkAtom selection;

the atom identifying the selection

selectionTime
uint selectionTime;

the time at which the selection ownership was taken over

sendEvent
byte sendEvent;

TRUE if the event was sent explicitly.

time
uint time;

the timestamp of the event

type
GdkEventType type;

the type of the event (GDK_OWNER_CHANGE).

window
GdkWindow* window;

the window which received the event

Meta