Package: gtk

Accessor gtk:image-paintable

Lambda List

gtk:image-paintable (object)

Syntax

(gtk:image-paintable object) => paintable
(setf (gtk:image-paintable object) paintable)

Arguments

object -- a gtk:image widget
paintable -- a gdk:paintable object

Details

The accessor for the paintable slot of the gtk:image class get or sets the paintable being displayed by the image.

The gtk:image-type storage type of the image must be :empty or :paintable, see the gtk:image-storage-type function.
 

See also

2025-08-03