:right-sidebar: True Justification =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: Justification :no-contents-entry: Used for justifying the text inside a :obj:`~gi.repository.Gtk.Label` widget. Fields ------ .. rst-class:: interim-class .. class:: Justification :no-index: .. attribute:: CENTER The text is placed in the center of the label. .. attribute:: FILL The text is placed is distributed across the label. .. attribute:: LEFT The text is placed at the left edge of the label. .. attribute:: RIGHT The text is placed at the right edge of the label.