Text.setText

Get the index where the insert cursor is.

mixintemplate Text()
setText
(
this T
)
(
string text
)

Parameters

text string

The widget text to set.

Return Value

Type: auto

This widget to aid method chaining.

Meta