Up
_gtkLabelJustifySet
_gtkLabelJustifySet
defines the text justification in a
Label
object.
Prototype : fun [ObjGtkLabel I] ObjGtkLabel
ObjGtkLabel
: the Label object.
I
: the justification, one of these following values :
JUSTIFY_LEFT
JUSTIFY_RIGHT
JUSTIFY_CENTER
JUSTIFY_FILL
Return
ObjGtkLabel : the same Label object or nil if an error occurs.
See also
_gtkLabelJustifyGet
Example