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