interface object tab_container modify | |
|---|---|
tab_container_name = | an exisitng gi_tab_container |
new_ tab_container_name = | a new gi_tab_container |
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 |
commands = | string |
current choice = | string |
interface tab_container create & | |
|---|---|
tab_container_name = | .gui.cntr.tabcnt & |
enabled = | yes & |
help_text = | "help2text" & |
documentation_text = | "doc2text" & |
units = | relative & |
horiz_resizing = | attach_left & |
vert_resizing = | attach_top & |
location = | 0.0, 0.0 & |
height = | 0.4 & |
width = | 0.4 & |
commands = | "interface dialog display dialog=.gui.about_Adams" & |
current_choice = | "yes" |
Parameter | Value Type | Description |
|---|---|---|
tab_container_name | An Existing GI_tab_container | Specifies the name of an existing tab_container to be modified |
new_tab_container_name | A New GI_tab_container | Specifies a new name for the tab_container |
enabled | Boolean | Activates the tab_container |
help_text | String | Specifies the help text |
documentation_text | String | Specifies the documentation text |
units | Int_units | Specifies the tab_container size as pixel or relative to Adams window |
horiz_resizing | Int_h_resize | Specifies the attachment and scaling option for the tab_container |
vert_resizing | Int_v_resize | Specifies the attachment and scaling option for the tab_container |
location | Real | Specifies the location of the tab_container on the dialog box |
height | Real | Specifies the height of the tab_container in terms of relative units or pixel |
width | Real | Specifies the width of the tab_container field in terms of relative units or pixel |
commands | String | Specifies the command to be executed |
current choice | String | Specifies the default option for the command to be executed |