interface dialog_box undisplay
Allows you to close an existing dialog box window.
The dialog box is a blank interface window created where various buttons and option menus can be placed. The dialog box may not be required to be displayed always. It can be displayed by the command as the need arises.
Format:
interface dialog_box undisplay |
|---|
dialog_box_name = | an existing GI_dbox |
Example:
interface dialog_box undisplay & |
|---|
dialog_box_name = | .gui.dgbox |
Description:
Parameter | Value Type | Description |
|---|
dialog_box _name | An Existing GI_dbox | Specifies the name of an existing dialog box |
Extended Definition:
1. The dialog box may not be required to be displayed every time, and can be displayed or closed by using the ‘dialog_box display’ and ‘dialog_box undisplay’ commands respectively.
2. The ‘finish_command’ associated with the dialog get executed when the dialog box is closed.