glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.scene.dsl
/
row
row
fun
IconSheet
.
row
(
left
:
Int
,
top
:
Int
,
spacing
:
Int
,
vararg
names
:
String
)
fun
IconSheet
.
row
(
prefix
:
String
,
left
:
Int
,
top
:
Int
,
spacing
:
Int
,
vararg
names
:
String
)
fun
IconGrid
.
row
(
prefix
:
String
,
vararg
names
:
String
)
fun
row
(
block
:
FormRow
.
(
)
->
Unit
?
=
null
)
:
FormRow
fun
row
(
label
:
String
,
block
:
FormRow
.
(
)
->
Unit
?
=
null
)
:
FormRow
fun
row
(
label
:
String
,
text
:
String
,
block
:
FormRow
.
(
)
->
Unit
?
=
null
)
:
FormRow