Package: gtk

Function gtk:snapshot-append-paste

Lambda List

gtk:snapshot-append-paste (snapshot bounds nth)

Arguments

snapshot -- a gtk:snapshot object
bounds -- a graphene:rect-t instance for the bounds of the new node
nth -- an integer for the index of the copy, with 0 being the latest copy, 1 being the copy before that, and so on.

Details

Creates a new render node that pastes the contents copied by a previous call to the gtk:snapshot-push-copy function.

Since 4.22
 

See also

#2026-05-22