: boxed_radio_row


Place a rectangle around a row of radio buttons, with an optional title.     DCL Cluster Tile


This cluster tile places a border around a row of radio buttons. When the label attribute is missing or a null string ("") is used, the border appears without a title.

NOTE

    • For a row of radio buttons without a border or title, use the radio_row cluster.
    • To place a border around a row of other (non-radio button) tiles, use the boxed_row cluster.
    • The value attribute indicates which radio button is currently selected by default, via the value of "1":

          value = "1"

Valid Attributes

: boxed_radio_row {

          alignment = position;

          children_alignment = position;

          children_fixed_height = flag;

          children_fixed_width = flag;

          fixed_height = flag;

          fixed_width = flag;

          height = number;

          label = "string";

          value = "string";

          width = number;

}

Example     

: boxed_radio_row {

label="Edit Corner"

          : radio_button {

                    action = "(chamferlsp)";

                    key = "R5";

                    label = "Chamfer";

          }

          : radio_button {

                    action = "(filletlsp)";

                    key = "R6";

                    label = "Fillet";

          }

}

Related DCL Tiles

dialog

column

row

boxed_column

boxed_row

boxed_radio_column

radio_column

radio_row

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes