single_line_mode


Description:

public bool single_line_mode { get; set; }

Whether the Text actor should be in single line mode or not.

A single line Text actor will only contain a single line of text, scrolling it in case its length is bigger than the allocated size.

Setting this property will also set the activatable property as a side-effect.

The single_line_mode property is used only if the editable property is set to true.