Method
StThemeNodeadjust_preferred_height
Declaration [src]
void
st_theme_node_adjust_preferred_height (
StThemeNode* node,
float* min_height_p,
float* natural_height_p
)
Description [src]
Adjusts the minimum and natural height computed for an actor by
adding on the necessary space for borders and padding and taking
into account any minimum or maximum height. This is a convenience
function meant to be called from the get_preferred_height()
method
of a ClutterActor
subclass.