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 |
graphene_rect_t |
The bounds within which to repeat. |
|
The data is owned by the caller of the function. | |
child_bounds |
graphene_rect_t |
The bounds of the child or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |