EAGLE Help
dlgSpacing
-
Function
-
Defines additional space in a box layout context.
-
Syntax
-
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.
See also dlgHBoxLayout,
dlgVBoxLayout,
dlgStretch,
Layout Information,
A Complete Example
Example
dlgVBoxLayout {
dlgLabel("Label 1");
dlgSpacing(40);
dlgLabel("Label 2");
}
Index
|
Copyright © 2005 CadSoft Computer GmbH
|