set_isolate_contents


Description:

[ Version ( since = "4.22" ) ]
public void set_isolate_contents (bool isolate_contents)

If set to true, then the contents will be rendered individually.

If set to false they 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 [method@Gtk.Snapshot.push_isolation] yourself to achieve this.

By default contents are isolated.

Parameters:

this

a `GtkPicture`

isolate_contents

if contents are rendered separately