class InternalWindowContainer

Extends:
ContainerComponent, UIComponent, ScrollableComponent

Description:

InternalWindowContainer UI component, extends ScrollableComponent class.
Internal window container is a component designed to contain InternalWindow components.

For more methods for this component check ContainerComponent, ScrollableComponent and UIComponent classes.

Constructor

constructor

InternalWindowContainer constructor.

Members

Methods

From this class:

Inherited from ContainerComponent:

Inherited from UIComponent:

Inherited from ScrollableComponent:

Examples:

const container = new InternalWindowContainer().size(600, 500).addTo(window);
const win1 = new InternalWindow("New Window Title").addTo(container);