Virtual Method
ClutterLayoutManagerallocate
Declaration [src]
void
allocate (
ClutterLayoutManager* manager,
ClutterContainer* container,
const ClutterActorBox* allocation
)
Description [src]
Allocates the children of container
given an area
See also clutter_actor_allocate()
Parameters
container
-
Type:
ClutterContainer
The
ClutterContainer
usingmanager
.The data is owned by the caller of the function. allocation
-
Type:
ClutterActorBox
The
ClutterActorBox
containing the allocated area ofcontainer
.The data is owned by the caller of the function.