Package: gtk

Accessor gtk:picture-isolate-contents

Lambda List

gtk:picture-isolate-contents (object)

Syntax

(gtk:picture-isolate-contents object) => setting
(setf (gtk:picture-isolate-contents object) setting)

Arguments

object -- a gtk:picture widget
setting -- a boolean whether the rendering of the contents is isolated from the rest of the widget tree

Details

The accessor for the isolate-contents slot gets or sets whether the contents are isolated. If set to false the contents will be able to erase or otherwise mix with the background. GTK supports finer grained isolation, in rare cases where you need this, you can use the gtk:snapshot-push-isolation function yourself to achieve this. By default contents are isolated.

Since 4.22
 

See also

2026-07-21