Method

ClutterActorBoxset_size

Declaration [src]

void
clutter_actor_box_set_size (
  ClutterActorBox* box,
  gfloat width,
  gfloat height
)

Description [src]

Sets the size of box, maintaining the origin of the ClutterActorBox.

Available since:1.6

Parameters

width gfloat
 

The new width.

height gfloat
 

The new height.