glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.scene.dsl
/
textArea
text
Area
fun
textArea
(
block
:
TextArea
.
(
)
->
Unit
?
=
null
)
:
TextArea
fun
textArea
(
text
:
String
,
block
:
TextArea
.
(
)
->
Unit
?
=
null
)
:
TextArea
fun
textArea
(
textDocument
:
TextDocument
,
block
:
TextArea
.
(
)
->
Unit
?
=
null
)
:
TextArea
fun
textArea
(
stringProperty
:
StringProperty
,
block
:
TextArea
.
(
)
->
Unit
?
=
null
)
:
TextArea