EAGLE Help Light

dlgSpacing

Funkce
Defines additional space in a box layout context.

Zápis
dlgSpacing(int Size)

Description
The dlgSpacing statement defines additional space in a vertical or horizontal box layout context.

Size defines the number of pixels of the additional space.

Viz také dlgHBoxLayout, dlgVBoxLayout, dlgStretch, Layout Information, A Complete Example

Příklad


dlgVBoxLayout {
  dlgLabel("Label 1");
  dlgSpacing(40);
  dlgLabel("Label 2");
  }


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