Method
Gtk.Snapshot.push_repeat
Declaration [src]
void
gtk_snapshot_push_repeat (
GtkSnapshot* snapshot,
const graphene_rect_t* bounds,
const graphene_rect_t* child_bounds
)
Description [src]
Creates a node that repeats the child node.
The child is recorded until the next call to gtk_snapshot_pop()
.