KUIML
Blue Cat's User Interface Programming Language
TEXT

Description

Passive element (does not respond to mouse or keyboard) that displays formatted text. It has the same properties as any text display widget, and it stores the static string to display.

Inherited Attributes

See Attributes Common to Text Widgets.

Specific Attributes

Name Value Type Default Value Description Comment V. Exp.

value

string

empty

Text to display

When the string_id attribute is used, this attribute is not taken into account (since v1.4).

1.0

No

string_id

string id

empty

identifier of the string object to display


1.4

No

Examples

See the general text widgets Examples.