interface option_menu modify | |
|---|---|
option_menu_name = | an existing GI_opt_menu |
new_option_menu_name = | a new GI_opt_menu |
enabled = | boolean |
help_text = | string |
documentation_text = | string |
Iunits = | 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 option_menu modify & | |
|---|---|
option_menu_name = | test & |
new_option_menu_name = | new_test & |
enabled = | yes & |
help_text = | help for info window & |
documentation_text = | doc for the command & |
units = | relative & |
horiz_resizing = | attach_left & |
vert_resizing = | attach_top & |
location = | 0,0 & |
height = | 1 & |
width = | 1 & |
choices = | one, two, three & |
values = | "10,20,30" & |
commands = | "model display fit_to_view = no view_name = all","interface dialog & undisplay dialog=.gui.moag","interface dialog display dialog=.gui.moag" & |
current_choice = | two |
Parameter | Value Type | Description |
|---|---|---|
option_menu_name | A New GI_opt_menu | Specifies the name of an existing information window |
new_option_menu_name | A New GI_opt_menu | Specifies a new name for the existing information window |
enabled | Boolean | Activates the information window |
help_text | String | Specifies the help text |
documentation_text | String | Specifies the documentation text |
units | Int_units | Specifies the info window size in pixels or units relative to Adams window |
horiz_resizing | Int_h_resize | Specifies the attachment and scaling option for menu |
vert_resizing | Int_v_resize | Specifies the attachment and scaling option for menu |
location | Real | Specifies the location of the menu |
height | Real | Specifies the height of the menu in terms of relative units or pixels |
width | Real | Specifies the width of the menu in terms of relative units or pixels |
choices | String | Specifies the names of the choices |
values | String | Specifies value of each of the choices |
commands | String | Specifies the command name to be executed |
current_choice | String | Specifies the current command from the choices |