Method

ClutterPaintNodeadd_rectangle

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 ClutterActorBox
 

A ClutterActorBox.

 The data is owned by the caller of the function.