Package: gdk
GBoxed gdk:event-selection
Declaration
(define-gboxed-variant-cstruct event "GdkEvent"
(type event-type)
(window (g:object window))
(send-event (:boolean :int8))
...
((:selection-clear
:selection-notify
:selection-request) event-selection
(selection gdk:atom)
(target gdk:atom)
(property gdk:atom)
(time :uint32)
(requestor (g:object window)))
... )) Values
Details
Generated when a selection is requested or ownership of a selection is
taken over by another client application. | Slot Access Functions
Inherited Slot Access FunctionsSee also |
2025-07-17