kvision / pl.treksoft.kvision.window / Window / addAll

addAll

open fun addAll(children: List<Component>): SimplePanel

Overrides SimplePanel.addAll

Adds a list of components to the current container.

Parameters

children - list of child components

Return
current container