ENABLE Reference Manual
ENABLE ATTRIBUTES
BOXTITLE Attribute
BOXTITLE Attribute
The BOXTITLE attribute identifies up to three lines of text that
are to appear within a box on the screen. The syntax of the
BOXTITLE attribute is:
-----------------------------------------------------------------
| |
| BOXTITLE { 1 } <string-literal> |
| { 2 } |
| { 3 } |
| |
| BOXTITLE 1 |
| |
| indicates that the associated <string-literal> is to |
| appear on the first line of the box. |
| |
| BOXTITLE 2 |
| |
| indicates that the associated <string-literal> is to |
| appear on the second line of the box. |
| |
| BOXTITLE 3 |
| |
| indicates that the associated <string-literal> is to |
| appear on the third line of the box. |
| |
| <string-literal> |
| |
| is the text that is to appear in the box. A |
| <string-literal> must be enclosed in quotation marks |
| (" "). The box will be at least as long as the length of |
| <string-literal>. If <string-literal> is too long, |
| ENABLE issues an error message when it generates an |
| application that uses the box. Embedded quotation marks |
| (") are not allowed. |
| |
| The BOXTITLE attribute has neither a default nor a starting |
| value. |
| |
-----------------------------------------------------------------
4-8