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.

Parameters

width

Type: gfloat

The new width.

height

Type: gfloat

The new height.