EAGLE Help

dlgTabWidget


Function
Defines a container for tab pages.

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

See also dlgTabPage, Layout Information, A Complete Example

Example

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

Index Copyright © 2005 CadSoft Computer GmbH