方法

GtkSnapshotpush_repeat

声明 [源代码位置]

void
gtk_snapshot_push_repeat (
  GtkSnapshot* snapshot,
  const graphene_rect_t* bounds,
  const graphene_rect_t* child_bounds
)

描述 [源代码位置]

创建一个重复子节点。

子节点将在下一次调用 gtk_snapshot_pop() 前被记录。

参数

bounds

类型: graphene_rect_t

重复的区域边界。

数据由调用方法者拥有。
child_bounds

类型: graphene_rect_t

子元素的边界或NULL以使用收集的子节点的完整尺寸。

参数可以是NULL
数据由调用方法者拥有。