add

fun add(item: T): Boolean(source)

Adds an item to the panel

Parameters

item

to add


fun add(at: Int, item: T)(source)

Adds an item to the panel at a particular index.

Parameters

item

to add