EAGLE Help Light

dlgHBoxLayout

Funkce
Opens a horizontal box layout context.

Zápis
dlgHBoxLayout statement

Description
The dlgHBoxLayout statement opens a horizontal box layout context for the given statement.

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

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

Příklad


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


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