Package: gdk
GBoxed gdk-event-owner-change
Superclassesgdk-event, common-lisp:structure-object, common-lisp:t Documented Subclasses
None
Details
Generated when the owner of a selection changes.
On X11, this information is only available if the X server supports the
XFIXES extension. (define-g-boxed-variant-cstruct gdk-event "GdkEvent" (type gdk-event-type) (window (g-object gdk-window)) (send-event (:boolean :int8)) ... ((:owner-change) gdk-event-owner-change (owner (g-object gdk-window)) (reason gdk-owner-change) (selection gdk-atom) (time :uint32) (selection-time :uint32)) ... ))
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2021-12-13