Up

_gtkLabelSinglemodeSet

_gtkLabelSinglemodeSet defines if a Label object is in single line mode. In single line mode, the height of the Label does not depend on the actual text, it is always set to ascent + descent of the font. This can be an advantage in situations where resizing the Label because of text changes would be distracting, e.g. in a statusbar.

Prototype : fun [ObjGtkLabel I] ObjGtkLabel

See also

Example