Package: gdk

GBoxed gdk-event-selection

Superclasses

gdk-event, common-lisp:structure-object, common-lisp:t

Documented Subclasses

None

Details

Generated when a selection is requested or ownership of a selection is taken over by another client application.
(define-g-boxed-variant-cstruct gdk-event "GdkEvent"
  (type gdk-event-type)
  (window (g-object gdk-window))
  (send-event (:boolean :int8))
            ...
            ((:selection-clear
              :selection-notify
              :selection-request) gdk-event-selection
             (selection gdk-atom)
             (target gdk-atom)
             (property gdk-atom)
             (time :uint32)
             (requestor (g-object gdk-window)))
  ... ))  
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 selection.
target
The gdk-atom target to which the selection should be converted.
property
The gdk-atom property in which to place the result of the conversion.
time
An unsigned integer with the time of the event in milliseconds.
requestor
The gdk-window object on which to place property or nil if none.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2021-12-13