fgl_settitle()
Sets the title of the current application window.
Syntax
fgl_settitle(
newTitle STRING )
- newTitle is the text of the title.
Usage
The fgl_settitle()
function defines the title of the current window, as well
as the default title for new created windows.
This function is provided for backward compatibility, the title of a window can be defined
with the TEXT
attribute of a LAYOUT
section.