Method

BisHuggerset_yalign

Declaration [src]

void
bis_hugger_set_yalign (
  BisHugger* self,
  float yalign
)

Description [src]

Sets the vertical alignment, from 0 (top) to 1 (bottom).

This affects the children allocation during transitions, when they exceed the size of the hugger.

For example, 0.5 means the child will be centered, 0 means it will keep the top side aligned and overflow the bottom side, and 1 means the opposite.

Available since:1.0
Sets propertyBis.Hugger:yalign

Parameters

yalign float
 

The new alignment value.