interface label modify | |
|---|---|
label_name = | an existing GI_label |
new_label_name = | a new GI_lable |
location = | real |
height = | real |
width = | real |
enabled = | boolean |
help_text = | string |
documentation_text = | string |
units = | int_units |
horiz_resizing = | int_h_resize |
vert_resizing = | int_v_resize |
text = | string |
icon_file = | string |
justified = | justified |
interface label modify & | |
|---|---|
label_name = | .gui.dbox.lbl & |
new_label_name = | .gui.dbox.lbl & |
location = | 0.0, 0.0 & |
height = | 0.8 & |
width = | 0.8 & |
enabled = | yes & |
help_text = | "help2text" & |
documentation_text = | "doc2text" & |
units = | relative & |
horiz_resizing = | attach_left & |
vert_resizing = | attach_top & |
text = | "this_is_label" & |
justified = | center |
Parameter | Value Type | Description |
|---|---|---|
label _name | An Existing GI_label | Specifies the name of an existing label |
new_label_name | A New GI_label | Specifies a new name for an existing label |
enabled | Boolean | Activates the label |
help_text | String | Specifies the help text |
documentation_text | String | Specifies the documentation text |
units | Int_units | Specifies the label size as pixel or relative to dialog box window |
horiz_resizing | Int_h_resize | Specifies the attachment and scaling option for the label |
vert_resizing | Int_v_resize | Specifies the attachment and scaling option for the label |
location | Real | Specifies the location of the label on the dialog box |
height | Real | Specifies the height of the label in terms of relative units or pixel |
width | Real | Specifies the width of the label field in terms of relative units or pixel |
icon_file | String | Specifies the address of the image to be displayed for iconic label |
text | String | Specifies the text to be displayed on the label |
justified | Justified | Specifies the text justification on the window |