方法
GtkSnapshotpush_repeat
声明 [源代码位置]
void
gtk_snapshot_push_repeat (
GtkSnapshot* snapshot,
const graphene_rect_t* bounds,
const graphene_rect_t* child_bounds
)
参数
bounds
-
类型:
graphene_rect_t
重复的区域边界。
数据由调用方法者拥有。 child_bounds
-
类型:
graphene_rect_t
子元素的边界或
NULL
以使用收集的子节点的完整尺寸。参数可以是 NULL
。数据由调用方法者拥有。