Up
_gtkLabelWrapSet
_gtkLabelWrapSet
defines the wrap mode used to a
Label
object.
Prototype : fun [ObjGtkLabel I] ObjGtkLabel
ObjGtkLabel
: the Label object.
I
: the ellipsize mode :
WRAPMODE_NONE : lets the text get cut off by the edge of the widget if it exceeds the widget size.
WRAPMODE_WORD : wrap lines at word boundaries.
WRAPMODE_CHAR : wrap lines at character boundaries.
WRAPMODE_WORD_CHAR : wrap lines at word boundaries, but fall back to character boundaries if there is not enough space for a full word.
Return
ObjGtkLabel : the same Label object or nil if an error occurs.
See also
Example