Method
GtkSnapshotpush_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().
Parameters
- bounds
- 
            Type: graphene_rect_tThe bounds within which to repeat. The data is owned by the caller of the function. 
- child_bounds
- 
            Type: graphene_rect_tThe bounds of the child or NULLto use the full size of the collected child node.The argument can be NULL.The data is owned by the caller of the function.