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

Accessor of the paintable slot of the gtk:picture class. The gtk:picture-paintable function gets the paintable being displayed by the picture. The (setf gtk:picture-paintable) function makes the picture display the given paintable. If the paintable is nil, nothing will be displayed. See the gtk:picture-new-for-paintable documentation for more details.
 

See also

2024-10-13