interface data_table create | |
|---|---|
data_table_name = | A New GI_data_table |
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 |
cell_select_commands = | String |
commands = | String |
editable = | Boolean |
auto_add_rows = | Boolean |
interface data_table create & | |
|---|---|
data_table_name = | .gui.param.dtable & |
enabled = | yes & |
help_text = | "text2help" & |
documentation_text = | "text4doc" & |
units = | pixel & |
horiz_resizing = | attach_left & |
vert_resizing = | attach_top & |
location = | 0.0, 0.0 & |
height = | 280 & |
width = | 360 & |
commands = | "interface dialog display dialog=.gui.about_Adams" & |
cell_select_commands = | “int dialog dis dialog=.gui.moag”& |
editable = | yes & |
auto_add_rows = | yes |
Parameter | Value Type | Description |
|---|---|---|
data_table _name | A New GI_data_table | Specifies the name for a new data table to be created |
enabled | Boolean | Activates the data table |
help_text | String | Specifies the help text |
documentation_text | String | Specifies the documentation text |
units | Int_units | Specifies the data table size as pixel or relative to Adams window |
horiz_resizing | Int_h_resize | Specifies the attachment and scaling option for the data table |
vert_resizing | Int_v_resize | Specifies the attachment and scaling option for the data table |
location | Real | Specifies the location of the data table on the dialog box |
height | Real | Specifies the height of the data table in terms of relative units or pixel |
width | Real | Specifies the width of the data table field in terms of relative units or pixel |
cell select commands | String | Specifies the command to be executed whenever any cell is selected |
commands | String | Specifies the command to be executed |
editable | Boolean | Allows editing the data table contents |
auto_add_rows | Boolean | When paste area differs in size from copied selection, then it will auto generate the rows to match copied selection. |