spacer_0;


Insert a blank tile that grows dynamically.     DCL Decorator Tile


This decorator tile creates a blank tile that changes size. The spacer_0 tile is useful for deliberately creating an extra distance between two tiles, such as a pair of buttons. This function tells the program where to put extra space.

Notice that the format of this tile differs from most other tiles: there is no : (colon) prefix nor { ... } (brace) suffix.

Valid Attributes

none

Example

spacer_0;

Related DCL Tiles

spacer

spacer_1

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes