Enumeration

ClutterBinAlignment

deprecated: 1.12 

Declaration

enum Clutter.BinAlignment

Description [src]

The alignment policies available on each axis for ClutterBinLayout.

Deprecated since: 1.12

Use ClutterActorAlign and the ClutterActor API instead.

Members

Name Description
CLUTTER_BIN_ALIGNMENT_FIXED

Fixed position alignment; the ClutterBinLayout will honour the fixed position provided by the actors themselves when allocating them.

CLUTTER_BIN_ALIGNMENT_FILL

Fill the allocation size.

CLUTTER_BIN_ALIGNMENT_START

Position the actors at the top or left side of the container, depending on the axis.

CLUTTER_BIN_ALIGNMENT_END

Position the actors at the bottom or right side of the container, depending on the axis.

CLUTTER_BIN_ALIGNMENT_CENTER

Position the actors at the center of the container, depending on the axis.