interface btn_stack modify | |
|---|---|
btn_stack_name = | an existing GI_btn_stack |
new_btn_stack_name = | a new btn_stack |
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 |
interface btn_stack modify & | |
|---|---|
btn_stack_name = | .gui.cntrl.btn & |
new_btn_stack_name = | .gui.cntrl.btn1 & |
location = | 0.0, 0.0 & |
height = | 0.5 & |
width = | 0.5 & |
enabled = | yes & |
help_text = | "help2text" & |
documentation_text = | "doc2text” & |
units = | relative & |
horiz_resizing = | attach_left & |
vert_resizing = | attach_top |
Parameter | Value Type | Description |
|---|---|---|
btn_stack _name | An Existing GI_btn_stack | Specifies the name of an existing button stack |
new_btn_stack_name | A New GI_btn_stack | Specifies a new name for an existing btn_stack |
enabled | Boolean | Activates the btn stack |
help_text | String | Specifies the help text |
documentation_text | String | Specifies the documentation text |
units | Int_units | Specifies the btn_stack size as pixel or relative to dialog box window |
horiz_resizing | Int_h_resize | Specifies the attachment and scaling option for the btn_stack |
vert_resizing | Int_v_resize | Specifies the attachment and scaling option for the btn_stack |
location | Real | Specifies the location of the btn_stack on the dialog box |
height | Real | Specifies the height of the btn_stack in terms of relative units or pixel |
width | Real | Specifies the width of the btn_stack field in terms of relative units or pixel |