EAGLE Help

dlgHBoxLayout


Funktion
Öffnet einen Horizontal-Box-Layout-Kontext.

Syntax
dlgHBoxLayout statement

Beschreibung
Das dlgHBoxLayout-Statement öffnet einen Horizontal-Box-Layout-Kontext für das angegebene statement.

Siehe auch dlgGridLayout, dlgVBoxLayout, Layout-Information, Ein vollständige Beispiel

Beispiel

dlgHBoxLayout {
  dlgLabel("Box 1");
  dlgLabel("Box 2");
  dlgLabel("Box 3");
  }

Index Copyright © 2005 CadSoft Computer GmbH