Container.add

Adds an array of components to the container.

  1. void add(Component child, size_t layer)
  2. void add(Component[] components, size_t layer)
    class Container
    void
    add

Parameters

components Component[]

The child components to add.

layer size_t

The layer to add the components to.

Meta