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

Accessor of the storage-type slot of the gtk:image class. The gtk:image-storage-type function gets the type of representation being used by the gtk:image widget to store image data. The (setf gtk:image-storage-type) function sets the image type.

If the gtk:image widget has no image data, the return value will be :empty.
 

See also

2024-4-25