Package: gtk

GBoxed gtk:selection-data

Details

The gtk:selection-data structure is used to store a chunk of data along with the data type and other associated information. The following fields of the gtk:selection-data structure are private and can only be retrieved with the corresponding accessor functions.
selection
A gdk:atom-as-string as a string with the selection.
target
A gdk:atom-as-string as a string with the target of the selection.
type
A gdk:atom-as-string 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

#2023-3-24