interface radio box create | |
|---|---|
radio_box_name = | A New GI_radio_box |
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 |
choices = | String |
values = | String |
commands = | String |
current_choice = | String |
interface radio_box create & | |
|---|---|
radio_box_name = | .gui.rdbx..rdbx1 & |
enabled = | yes & |
help_text = | help_text & |
documentation_text = | doc_text & |
units = | relative & |
horiz_resizing = | attach_left & |
vert_resizing = | attach_top & |
location = | 0.4,0.4 & |
height = | 0.3 & |
width = | 0.3 & |
choices = | yes,no & |
values = | "1,2" & |
commands = | "intrface coord_window display=toggle" & |
current_choice = | yes |
Parameter | Value Type | Description |
|---|---|---|
radio_box_name | A New GI_radio Box | Specifies a new name for an existing radio box |
enabled | Boolean | Activates the radio box |
help_text | String | Specifies the help text |
documentation_text | String | Specifies the documentation text |
units | Int_units | Specifies the radio box size as pixel or relative to Adams window |
horiz_resizing | Int_h_resize | Specifies the attachment and scaling option for radio box |
vert_resizing | Int_v_resize | Specifies the attachment and scaling option for radio box |
location | Real | Specifies the location of the radio box |
height | Real | Specifies the height of the radio box in terms of relative units or pixel |
width | Real | Specifies the width of the radio box in terms of relative units or pixel |
choices | String | Specifies labels of the choices to be displayed for the radio box |
values | String | Specifies the real values to be stored in result component |
commands | String | Specifies the command to be executed by the radio box |
current choice | String | Specifies the default choice to be executed by the radio box |