Enumeration (GI Enum)

Gtk-3.0GtkJustification

Used for justifying the text inside a Gtk.Label widget. (See also Gtk.Alignment).

Index

Enumeration Members

Enumeration Members

CENTER: number

The text is placed in the center of the label.

FILL: number

The text is placed is distributed across the label.

LEFT: number

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

RIGHT: number

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