Defining the top-of-screen title¶
!title |
Define the top-of-screen title |
SYNTAX
!title “text”
Define a title to appear at the top of the screen on the main task window. The title is displayed centred on the top line of the window.
A further task window title can be specified by means of the +|–window declaration, as follows:
+window wintask at column_int, row_int {
title = "task_window_title"
}
The task window title appears only if the selected window style has a top border. It is positioned in this border, a line higher than any title declared with !title.
Both types of title are optional and may be omitted.
NOTES
EXAMPLE
!title "Printer parameter selection screen"
RELATED TOPICS |