Module: Clutter::BinAlignment

Defined in:
(unknown)

Constant Summary collapse

FIXED =

Fixed position alignment; the Clutter::BinLayout will honour the fixed position provided by the actors themselves when allocating them

0 or :fixed
FILL =

Fill the allocation size

1 or :fill
START =

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

2 or :start
END =

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

3 or :end
CENTER =

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

4 or :center