Enumeration

ClutterBoxAlignment

Declaration

enum Clutter.BoxAlignment

Description [src]

The alignment policies available on each axis of the ClutterBoxLayout.

Members

Name Description
CLUTTER_BOX_ALIGNMENT_START

Align the child to the top or to to the left, depending on the used axis.

CLUTTER_BOX_ALIGNMENT_END

Align the child to the bottom or to the right, depending on the used axis.

CLUTTER_BOX_ALIGNMENT_CENTER

Align the child to the center.