Module: Gtk::Justification

Defined in:
(unknown)

Constant Summary collapse

LEFT =

The text is placed at the left edge of the label.

0 or :left
RIGHT =

The text is placed at the right edge of the label.

1 or :right
CENTER =

The text is placed in the center of the label.

2 or :center
FILL =

The text is placed is distributed across the label.

3 or :fill