Snapshot.pushRepeat

Creates a node that repeats the child node.

The child is recorded until the next call to [method@Gtk.Snapshot.pop].

class Snapshot
void
pushRepeat

Parameters

bounds Rect

the bounds within which to repeat

childBounds Rect

the bounds of the child or %NULL to use the full size of the collected child node

Meta