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 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

2026-07-21