Virtual Method
ClutterLayoutManagerset_container
Declaration [src]
void
set_container (
  ClutterLayoutManager* manager,
  ClutterActor* container
)
Description [src]
If the ClutterLayoutManager sub-class allows it, allow
adding a weak reference of the container using manager
from within the layout manager
The layout manager should not increase the reference
count of the container.
Parameters
- container
- 
            Type: ClutterActorA ClutterActorusingmanager.The argument can be NULL.The data is owned by the caller of the method.