Container.add

Adds a component to the container.

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

Parameters

child Component

The child component to add.

layer size_t

The layer to add the component to.

Meta