interface toolbar modify | |
|---|---|
toolbar_name = | an existing GI_toolbar |
new_toolbar_name = | a new GI_toolbar |
enabled = | boolean |
help_text = | string |
documentation_text = | string |
units = | nt_units |
horiz_resizing = | int_h_resize |
vert_resizing = | int_v_resize |
location = | real |
height = | real |
width = | real |
rank = | integer |
top = | boolean |
interface toolbar modify & | |
|---|---|
toolbar_name = | .gui.ppwndw.tlbr & |
new_toolbar_name = | .gui.ppwndw.tlbr1 & |
location = | 0.2, 0.2 & |
height = | 0.2 & |
width = | 0.9 & |
enabled = | yes & |
help_text = | "text2help" & |
documentation_text = | "text2doc" & |
units = | relative & |
horiz_resizing = | attach_left & |
vert_resizing = | attach_top & |
rank = | 2 & |
top = | yes |
Parameter | Value Type | Description |
|---|---|---|
toolbar _name | An Existing GI_toolbar | Specifies the name of an existing toolbar |
new_toolbar_name | A New GI_toolbar | Specifies a new name for an existing toolbar |
enabled | Boolean | Activates the toolbar |
help_text | String | Specifies the help text |
documentation_text | String | Specifies the documentation text |
units | Int_units | Specifies the toolbar size as pixel or relative to pop_up window |
horiz_resizing | Int_h_resize | Specifies the attachment and scaling option for the toolbar |
vert_resizing | Int_v_resize | Specifies the attachment and scaling option for the toolbar |
location | Real | Specifies the location of the toolbar on the pop_up window |
height | Real | Specifies the height of the toolbar in terms of relative units or pixel |
width | Real | Specifies the width of the toolbar field in terms of relative units or pixel |
rank | Integer | Specifies the rank of the toolbar in case of multiple toolbars |
top | Boolean | Keeps the toolbar on the top of other windows |