Virtual Method
ClutterConstraintupdate_preferred_size
Declaration [src]
void
update_preferred_size (
  ClutterConstraint* constraint,
  ClutterActor* actor,
  ClutterOrientation direction,
  float for_size,
  float* minimum_size,
  float* natural_size
)
Parameters
- actor
- 
            Type: ClutterActorA ClutterActor.The data is owned by the caller of the method. 
- direction
- 
            Type: ClutterOrientationA ClutterOrientation.
- for_size
- 
            Type: floatThe size in the opposite direction. 
- minimum_size
- 
            Type: float*The minimum size to modify. The argument will be modified by the function. 
- natural_size
- 
            Type: float*The natural size to modify. The argument will be modified by the function.