StaticText:
Filter:
Classes | GUI > Views

StaticText

A view displaying non-editable text
Location: NOT INSTALLED!

Description

A view displaying non-editable text

Class Methods

Inherited class methods

Instance Methods

Data

.string

The text displayed by the view.

Arguments:

A String.

.object

If -setBoth is true, setting this variable also sets -string to the value interpreted as String.

Arguments:

Any object, typically one which makes sense to display as a string, such as a Float.

.setBoth

A variable stating whether setting -object will also set -string.

Arguments:

A Boolean.

Appearance

.align

The alignment of the displayed text. See Alignment for possible values.

.font

The font used to display the text.

Arguments:

A Font.

.stringColor

The color used to display the text.

Arguments:

A Color.

.background

Setting this variable colors the whole area occupied by the view under the text with the given color.

Arguments:

A Color.

Inherited instance methods

Examples

Basic Example

Monitoring Values in a Synth

Dynamic Text