Package: gtk

GBoxed gtk-selection-data

Superclasses

common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

None

Details

The gtk-selection-data structure is used to store a chunk of data along with the data type and other associated information.
(define-g-boxed-opaque gtk-selection-data "GtkSelectionData"
  :alloc (error "GtkSelectionData cannot be created from the Lisp side."))  
All fields of the gtk-selection-data structure are private and can only be retrieved with the corresponding accessor functions.
selection
A gdk-atom as a string with the selection.
target
A gdk-atom as a string with the target of the selection.
type
A gdk-atom as a string with the data type of the selection.
format
An integer with the format of the selection.
data
A foreign pointer to the raw data of the selection.
length
An integer with the length of the data.
display
A gdk-display object with the display of the selection.
 

See also

2021-10-3