interface container modify | |
|---|---|
container_name = | An Existing GI_container |
new_container_name = | A New GI_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 |
start_commands = | String |
finish_commnads = | String |
sash_type = | Sash_type |
position_of_sash = | Real |
tab_label = | String |
interface container create & | |
container_name = | .gui.dgbox.cntr & |
enabled = | yes & |
help_text = | "text2help" & |
documentation_text = | "txt2doc" & |
units = | relative & |
horiz_resizing = | attach_left & |
vert_resizing = | attach_top & |
location = | 0.0, 0.0 & |
height = | .4 & |
width = | .4 & |
start_commands = | "view center view=.gui.main.front object=431.34, 7.4886913511, 0.0" & |
finish_commands = | "view center view=.gui.main.front object=-431.34, -7.4886913511, 0.0" & |
execution_commands = | "view zoom view=.gui.main.front zoom=2." & |
sash_type = | horizontal & |
position_of_sash = | 0.9 & |
tab_label = | "contain" |
Parameter | Value Type | Description |
|---|---|---|
container_name | An Existing GI_container | Specifies the name for an existing container |
new_container_name | A New GI_container | Specifies a new name for an existing container |
enabled | Boolean | Activates the container |
help_text | String | Specifies the help text |
documentation_text | String | Specifies the documentation text |
units | Int_units | Specifies the container size as pixel or relative to Adams window |
horiz_resizing | Int_h_resize | Specifies the attachment and scaling option for the container |
vert_resizing | Int_v_resize | Specifies the attachment and scaling option for the container |
location | Real | Specifies the location of the container on the dialog box |
height | Real | Specifies the height of the container in terms of relative units or pixel |
width | Real | Specifies the width of the container field in terms of relative units or pixel |
start_commands | String | Specifies the command associated with the container |
finish_commands | String | Specifies the command associated with the container |
execution_commnads | String | Specifies the command associated with the container |
sash_type | Sash_type | Specifies the type of sash |
position_of_sash | Real | Specifies the position of sash |
tab_label | String | Specifies the label of the container |