Module: Clutter::BoxAlignment

Defined in:
(unknown)

Constant Summary collapse

START =

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

0 or :start
END =

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

1 or :end
CENTER =

Align the child to the center

2 or :center