Up
_gtkTextJustifyGet
_gtkTextJustifyGet
retreives the justification of a
Text
object.
Prototype : fun [ObjGtkText] I
ObjGtkText
: a Text object.
Return
I : the justification (JUSTIFY_LEFT, JUSTIFY_RIGHT, JUSTIFY_CENTER or JUSTIFY_FILL) or nil if an error occurs.
See also
_gtkTextJustifySet
Example