Method
ClutterLayoutManagerallocate
Declaration [src]
void
clutter_layout_manager_allocate (
  ClutterLayoutManager* manager,
  ClutterActor* container,
  const ClutterActorBox* allocation
)
Description [src]
Allocates the children of container given an area
See also clutter_actor_allocate().
Parameters
- container
- 
            Type: ClutterActorThe ClutterActorusingmanager.The data is owned by the caller of the method. 
- allocation
- 
            Type: ClutterActorBoxThe ClutterActorBoxcontaining the allocated area ofcontainer.The data is owned by the caller of the method.