Window container interfaces
Windows can be displayed in parent containers.
The Window Container Interface (aka MDI) (GDC only)
With the GDC front-end, the windows of several programs can be displayed in a single WCI container application, by using the
ui.Interface
methods to define parent / child relationship.Note: This feature is
only supported by GDC.
Tabbed containers
With GDC (using WCI) and the GBC web client, enable tabbed containers by using the tabbedContainer="yes"
style attribute for the main window of a parent
program.
When this style attribute is set, the windows of several child programs will be rendered in folder tabs in a parent container.