Module: Gtk::Align

Defined in:
(unknown)

Constant Summary collapse

FILL =

stretch to fill all space if possible, center if

no meaningful way to stretch
0 or :fill
START =

snap to left or top side, leaving space on right

or bottom
1 or :start
END =

snap to right or bottom side, leaving space on left

or top
2 or :end
CENTER =

center natural width of widget inside the

allocation
3 or :center
BASELINE =

align the widget according to the baseline. Since 3.10.

4 or :baseline