The <glue> tag creates an empty expandable area that grows to fill the available space.
Name | Description | Legal Values | Default |
orientation | The direction in which this glue component can grow. |
|
vert |
Also see common parameters.
none
<box orientation="horz">
<label text="There is a glue component between here">
<glue/>
<label text="and here.">
</box>