EAGLE Help Light

dlgVBoxLayout

Funkce
Opens a vertical box layout context.

Zápis
dlgVBoxLayout statement

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

???The optional Border parameter defines the minimum border between objects in the vertical box layout. The default value is 0.???

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

Viz také dlgGridLayout, dlgHBoxLayout, Layout Information, A Complete Example

Příklad


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


OBSAH Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH