ui.Interface.setText
Defines the title for the program.
Syntax
ui.Interface.setText(
title STRING )
- title is the text to be used as program title.
Usage
Use the ui.Interface.setText() class method to define the title for the program
to be used by the front-ends, to easily identify the program in the window
container.
Call the method at the beginning of the program, before any interactive instruction.