interface dialog_box create | |
|---|---|
dialog_box_name = | a new GI_dbox |
enabled = | boolean |
help_text = | string |
documentation_text = | string |
units = | int_units |
horiz_resizing = | int_h_resize |
vert_resizing = | int_v_resize |
location = | real |
height = | real |
width = | real |
title = | string |
icon_label = | string |
start_commnads = | string |
finish_commands = | string |
execution_commands = | string |
decorate = | boolean |
resizable = | boolean |
width_minimum = | real |
width_maximum = | real |
height_minimum = | real |
height _maximum = | real |
grab_all_input = | boolean |
iconifiable = | boolean |
interface dialog_box create & | |
|---|---|
dialog_box_name = | dbox & |
enabled = | yes & |
help_text = | text2help & |
documentation_text = | text2doc & |
units = | relative & |
horiz_resizing = | attach_left & |
vert_resizing = | attach_top & |
location = | 0.4,0 & |
height = | 0.4 & |
width = | 0.4 & |
title = | dbox & |
icon_label = | iconic_label & |
start_commands = | "interface coord_window display=toggle" & |
finish_commands = | "view zoom view=.gui.main.front zoom=1.1" & |
execution_commands = | "interface dialog display dialog=.gui.about_Adams" & |
decorate = | yes & |
resizable = | yes & |
width_minimum = | 0.3 & |
width_maximum = | 0.6 & |
height_minimum = | 0.3 & |
height_maximum = | 0.6 & |
grab_all_input = | no & |
iconifiable = | yes |
Parameter | Value Type | Description |
|---|---|---|
dialog_box _name | A New GI_dbox | Specifies the name of a new dialog box |
enabled | Boolean | Activates the info dialog box |
help_text | String | Specifies the help text |
documentation_text | String | Specifies the documentation text |
units | Int_units | Specifies the dialog box window size as pixel or relative to Adams window |
horiz_resizing | Int_h_resize | Specifies the attachment and scaling option for dialog box |
vert_resizing | Int_v_resize | Specifies the attachment and scaling option for dialog box |
location | Real | Specifies the location of the dialog box |
height | Real | Specifies the height of the dialog box in terms of relative units or pixel |
width | Real | Specifies the width of the dialog box in terms of relative units or pixel |
title | String | Specifies the title for the dialog box |
iconic_label | String | Specifies the label to appear on a minimized window icon |
start_commands | String | Specifies the command associated with the dialog box |
finish_commands | String | Specifies the command associated with the dialog box |
execution_commands | String | Specifies the command associated with the dialog box |
decorate | Boolean | Specifies the peripheral outline decorating for dialog box |
resizable | Boolean | Specifies the resizing ability of the dialog box |
width_minimum | Real | Specifies the minimum size of the window to be dragged |
width_maximum | Real | Specifies the maximum size of the window to be dragged |
height_minimum | Real | Specifies the maximum size of the window to be dragged |
height_maximum | Real | Specifies the maximum size of the window to be dragged |
grab_all_input | Boolean | Specifies the input type |
iconifiable | Boolean | Specifies whether the window can be iconified |