Package: gtk

Function gtk:snapshot-push-repeat

Lambda List

gtk:snapshot-push-repeat (snapshot bounds child-bounds)

Arguments

snapshot -- a gtk:snapshot object
bounds -- a graphene:rect-t instance with the bounds within which to repeat
child-bounds -- a graphene:rect-t instance with the bounds of the child or nil to use the full size of the collected child node

Details

Creates a node that repeats the child node. The child is recorded until the next call to the gtk:snapshot-pop function.
 

See also

#2023-10-23