Method
GtkSnapshotappend_cairo
[−]
Declaration [src]
cairo_t*
gtk_snapshot_append_cairo (
GtkSnapshot* snapshot,
const graphene_rect_t* bounds
)
[−]
Description [src]
Creates a new GskCairoNode
and appends it to the current
render node of snapshot
, without changing the current node.
[−]
Parameters
bounds
-
Type:
graphene_rect_t
The bounds for the new node.
The data is owned by the caller of the method.