The <glue> Tag

The <glue> tag creates an empty expandable area that grows to fill the available space.

Parameters

Name Description Legal Values Default
orientation The direction in which this glue component can grow.
  • both
  • horz
  • vert

vert

Also see common parameters.

Contents

none

Example

<box orientation="horz">
  <label text="There is a glue component between here">
    <glue/>
  <label text="and here.">
</box>