Snapshot.pushRepeat

void pushRepeat(graphene.rect.Rect bounds, graphene.rect.Rect childBounds = null)

Creates a node that repeats the child node.

The child is recorded until the next call to gtk.snapshot.Snapshot.pop.

Parameters

boundsthe bounds within which to repeat
childBoundsthe bounds of the child or null to use the full size of the collected child node