A gtk.Alignment describes how to align the lines of a gtk.Layout within the available space. If the gtk.Layout is set to justify using Layout.setJustify, this only has effect for partial lines.
Put all available space on the right
Center the line within the available space
Put all available space on the left
A gtk.Alignment describes how to align the lines of a gtk.Layout within the available space. If the gtk.Layout is set to justify using Layout.setJustify, this only has effect for partial lines.