setText()

Задаёт содержание текста для объекта типа Текст (Text) или Метка (Label)
setText(value:string)

Parameters

Name Type Действие Значение по умолчанию
value string New text

Return value

Object reference of type GObject for chain of calls

Example

obj.setText("Some text is written here");