EAGLE Help
dlgHBoxLayout
-
Function
-
Opens a horizontal box layout context.
-
Syntax
-
dlgHBoxLayout statement
-
Description
-
The dlgHBoxLayout statement opens a horizontal box layout context for the given
statement.
See also dlgGridLayout,
dlgVBoxLayout,
Layout Information,
A Complete Example
Example
dlgHBoxLayout {
dlgLabel("Box 1");
dlgLabel("Box 2");
dlgLabel("Box 3");
}
Index
|
Copyright © 2005 CadSoft Computer GmbH
|