: boxed_row
Place a rectangle around a row of tiles, with an optional title. DCL Cluster Tile
This cluster tile places a border around a row of tiles (except radio buttons). The border appears without a title when the label attribute is missing or a null string ("") is used.
NOTE
- For a row of tiles without a border or title, use the row cluster.
- To place a border around a row of radio buttons, use the boxed_radio_row cluster.
Valid Attributes
: boxed_row {
alignment = position;
children_alignment = flag;
children_fixed_height = flag;
children_fixed_width = flag;
fixed_height = flag;
fixed_width = flag;
height = number;
label = "string";
width = number;
}
Example
: boxed_row {
label="Select Objects";
: button {
action = "(linelsp)";
key = "BB";
label = "Line";
}
: button {
action = "(circlelsp)";
key = "BW";
label = "Circle";
}
}
Related DCL Tiles