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

type
The gdk:event-type type of the event.
window
The gdk:window object which received the event.
send-event
True if the event was sent explicitly.
selection
The gdk:atom string with the selection.
target
The gdk:atom string with the target to which the selection should be converted.
property
The gdk:atom property in which to place the result of the conversion.
time
The unsigned integer with the time of the event in milliseconds.
requestor
The gdk:window object on which to place property or nil if none.

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 Functions

See also

2024-6-28