toggle menu
doodle
0.10.3
common
switch theme
search in API
controls
/
io.nacular.doodle.controls.panels
/
TabbedPanel
/
add
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