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_FILL =

a different name for GTK_ALIGN_BASELINE.

4 or :baseline_fill
BASELINE =

align the widget according to the baseline.

4 or :baseline
BASELINE_CENTER =

stretch to fill all space, but align the baseline.

5 or :baseline_center