Method

ClutterActorBoxget_size

Declaration [src]

void
clutter_actor_box_get_size (
  const ClutterActorBox* box,
  gfloat* width,
  gfloat* height
)

Description [src]

Retrieves the size of box.

Available since:1.0

Parameters

width gfloat*
 

Return location for the width, or NULL.

 The argument will be set by the function.
 The argument can be NULL.
height gfloat*
 

Return location for the height, or NULL.

 The argument will be set by the function.
 The argument can be NULL.