API Version: 10
Library Version: 10
Generated by gi-docgen 2022.2
since: 1.10
void clutter_actor_box_init_rect ( ClutterActorBox* box, gfloat x, gfloat y, gfloat width, gfloat height )
Initializes box with the given origin and size.
box
Available since: 1.10
x
Type: gfloat
gfloat
X coordinate of the origin.
y
Y coordinate of the origin.
width
Width of the box.
height
Height of the box.