Text.appendText

Appends text to the widget.

class Text
appendText
(
this T
)
(
string text
)

Parameters

text string

The text to append.

Return Value

Type: auto

This widget to aid method chaining.

Meta