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, for example in case of
window container usage (as title for the main window), or for the text to be displayed in
the task bars.
Call the method at the beginning of the program, before any interactive instruction.