Enumeration (GI Enum)

Clutter-18ClutterActorAlign

Controls how a Clutter.Actor should align itself inside the extra space assigned to it during the allocation.

Alignment only matters if the allocated space given to an actor is bigger than its natural size; for example, when the Clutter.Actor.x_expand or the Clutter.Actor.y_expand properties of Clutter.Actor are set to true.

Index

Enumeration Members

Enumeration Members

CENTER: number

Center the actor inside the allocation

END: number

Snap to right or bottom side, leaving space to the left or top. For horizontal layouts, in right-to-left locales this should be reversed.

FILL: number

Stretch to cover the whole allocated space

START: number

Snap to left or top side, leaving space to the right or bottom. For horizontal layouts, in right-to-left locales this should be reversed.

Variables

$gtype