Method
ClutterConstraintupdate_preferred_size
Declaration [src]
void
clutter_constraint_update_preferred_size (
ClutterConstraint* constraint,
ClutterActor* actor,
ClutterOrientation direction,
float for_size,
float* minimum_size,
float* natural_size
)
Parameters
actor |
ClutterActor |
A |
|
The data is owned by the caller of the function. | |
direction |
ClutterOrientation |
A |
|
for_size |
float |
The size in the opposite direction. |
|
minimum_size |
float* |
The minimum size to modify. |
|
The argument will be modified by the function. | |
natural_size |
float* |
The natural size to modify. |
|
The argument will be modified by the function. |