Method
ClutterPaintNodeadd_rectangle
since: 1.10
Declaration [src]
void
clutter_paint_node_add_rectangle (
ClutterPaintNode* node,
const ClutterActorBox* rect
)
Description [src]
Adds a rectangle region to the node
, as described by the
passed rect
.
Available since: 1.10
Parameters
rect
-
Type:
ClutterActorBox
A
ClutterActorBox
.The data is owned by the caller of the function.