EAGLE Help

dlgStretch


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

Syntax
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.

See also dlgHBoxLayout, dlgVBoxLayout, dlgSpacing, Layout Information, A Complete Example

Example

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

Index Copyright © 2005 CadSoft Computer GmbH