: column
Position a column of tiles, with an optional title. DCL Cluster Tile
This cluster tile positions a series of tiles in a vertical column without a border. The column cluster can hold any tile except a individual radio_button. To place a box around the column of tiles, use the boxed_column cluster.
NOTE Columns do not have titles unless they are boxed.
Valid Attributes
: column {
alignment = position;
children_alignment = position;
children_fixed_height = flag;
children_fixed_width = flag;
fixed_height = flag;
fixed_width = flag;
height = number;
label = "string";
width = number;
}
Example
: column {
: button {
action = "(linecmd)";
key = "BL";
label = "Line";
}
: button {
action = "(arccmd)";
key = "BA";
label = "Arc";
}
}
Related DCL Tiles