toggle menu
Glok
0.5.1
common
switch theme
search in API
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