EAGLE Help Light

dlgStretch

Funkce
Defines an empty stretchable space in a box layout context.

Zápis
dlgStretch(int Factor)

Description
The dlgStretch statement defines an empty stretchable space in a vertical or horizontal box layout context.

Factor defines the stretch factor of the space.

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

Příklad


dlgHBoxLayout {
  dlgStretch(1);
  dlgPushButton("+OK")    { dlgAccept(); };
  dlgPushButton("Cancel") { dlgReject(); };
  }


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