glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.scene.dsl
/
choiceBox
choice
Box
fun
<
V
>
choiceBox
(
block
:
ChoiceBox
<
V
>
.
(
)
->
Unit
?
=
null
)
:
ChoiceBox
<
V
>
fun
<
V
>
choiceBox
(
list
:
MutableObservableList
<
V
>
,
block
:
ChoiceBox
<
V
>
.
(
)
->
Unit
?
=
null
)
:
ChoiceBox
<
V
>