ktx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
ktx
scene2d
/
ktx.scene2d
/
KButtonTable
/
add
add
open
override
fun
<
T
:
Actor
>
add
(
actor
:
T
)
:
Cell
<
T
>
Matches
Table.add
API.
Return
Cell
instance wrapping around the actor.
Parameters
actor
will be added to this widget.
See also
Table.
add