ok_cancel_help_info;
Display the OK, Cancel, Help, and Info buttons. DCL Error Handler Tile
This error handler tile displays the OK, Cancel, Help, and Info buttons. You can use the Info button to display a dialog box with additional information for the user. It is useful to have the Help button call the LISP help function.
Notice that the format of this tile differs from most other tiles: there is no : (colon) prefix nor { ... } (brace) suffix.
The program pre-assigns a key to each button, as follows:
Button | key |
---|---|
OK | "accept" |
Cancel | "cancel" |
Help | "help" |
Info | "info" |
Valid Attributes
none
Example
ok_cancel_help_info;
Related DCL Tiles