EAGLE Help

dlgVBoxLayout


Function
Opens a vertical box layout context.

Syntax
dlgVBoxLayout statement

Description
The dlgVBoxLayout statement opens a vertical box layout context for the given statement.

By default a dlgDialog contains a dlgVBoxLayout, so a simple dialog doesn't have to worry about the layout.

See also dlgGridLayout, dlgHBoxLayout, Layout Information, A Complete Example

Example

dlgVBoxLayout {
  dlgLabel("Box 1");
  dlgLabel("Box 2");
  dlgLabel("Box 3");
  }

Index Copyright © 2005 CadSoft Computer GmbH