GdkEventOwnerChange

Generated when the owner of a selection changes. On X11, this information is only available if the X server supports the XFIXES extension. GdkEventType type; the type of the event (GDK_OWNER_CHANGE). GdkWindow *window; the window which received the event gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). GdkNativeWindow owner; the new owner of the selection GdkOwnerChange reason; the reason for the ownership change as a GdkOwnerChange value GdkAtom selection; the atom identifying the selection guint32 time; the timestamp of the event guint32 selection_time; the time at which the selection ownership was taken over Since 2.6

Members

Variables

owner
GdkNativeWindow owner;
Undocumented in source.
reason
GdkOwnerChange reason;
Undocumented in source.
selection
GdkAtom selection;
Undocumented in source.
selectionTime
uint selectionTime;
Undocumented in source.
sendEvent
byte sendEvent;
Undocumented in source.
time
uint time;
Undocumented in source.
type
GdkEventType type;
Undocumented in source.
window
GdkWindow* window;
Undocumented in source.

Meta