Package: gtk

Accessor gtk:picture-paintable

Lambda List

gtk:picture-paintable (object)

Syntax

(gtk:picture-keep-paintable object) => paintable
(setf (gtk:picture-paintable object) paintable)

Arguments

object -- a gtk:picture widget
paintable -- a gdk:paintable object or nil

Details

The accessor for the paintable slot of the gtk:picture class gets or sets the paintable being displayed by the picture. If the paintable is nil, nothing will be displayed. See the gtk:picture-new-for-paintable documentation for more details.
 

See also

2025-08-04