Package: gtk

Accessor gtk:image-storage-type

Lambda List

gtk:image-storage-type (object)

Syntax

(gtk:image-storage-type object) => type
(setf (gtk:image-storage-type object) type)

Arguments

object -- a gtk:image widget
type -- a value of the gtk:image-type enumeration

Details

The accessor for the storage-type slot gets or sets the type of representation being used by the image to store data. If the image has no data, the return value will be :empty.
 

See also

2026-06-18