Package: gtk
GEnum gtk-justification
Details Used for justifying the text inside a gtk-label widget. See also the gtk-alignment widget. (define-g-enum "GtkJustification" gtk-justification (:export t :type-initializer "gtk_justification_get_type") (:left 0) (:right 1) (:center 2) (:fill 3))
| See also |
*2021-12-22