: boxed_rowPlace 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
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 Tell me about... |
|
|