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 of the gtk:image class gets or sets the type of representation being used by the gtk:image widget to store image data.

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

See also

2025-08-03