: row


Display a row of horizontal tiles.     DCL Cluster Tile


This cluster tile positions a series of tiles in a horizontal row without a border. The row cluster can hold any tile except an individual radio_button (use the radio_column or radio_row cluster tiles to group radio buttons).

NOTE To place a box around the column of tiles, use the boxed_row cluster.

Valid Attributes

: row {

          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

: row {

          : button {

               action = "(zoomcmd)";

               key = "BZ";

               label = "Zoom";

          }

          : button {

               action = "(pancmd)";

               key = "BP";

               label = "Pan";

          }

}     

Related DCL Tiles

dialog

column

row

boxed_column

boxed_row

boxed_radio_column

boxed_radio_row

radio_column

radio_row

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes