Package: gdk
GBoxed gdk:event-owner-change
Declaration
(define-gboxed-variant-cstruct event "GdkEvent"
(type event-type)
(window (g:object window))
(send-event (:boolean :int8))
...
((:owner-change) event-owner-change
(owner (g:object window))
(reason owner-change)
(selection gdk:atom)
(time :uint32)
(selection-time :uint32))
... )) Values
Details
Generated when the owner of a selection changes.
On X11, this information is only available if the X server supports the
XFIXES extension. | Slot Access FunctionsInherited Slot Access FunctionsSee also |
2025-07-17