EAGLE Help Light

dlgTabWidget

Funkce
Defines a container for tab pages.

Zápis
dlgTabWidget statement

Description
The dlgTabWidget statement defines a container for a set of tab pages.

statement must be a sequence of one or more dlgTabPage objects. There must be no other dialog objects in this sequence.

Viz také dlgTabPage, Layout Information, A Complete Example

Příklad


dlgTabWidget {
  dlgTabPage("Tab &1") {
    dlgLabel("This is page 1");
    }
  dlgTabPage("Tab &2") {
    dlgLabel("This is page 2");
    }
  }


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