toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.theme.dsl
/
RuleDSL
/
child
child
fun
child
(
child
:
String
,
block
:
RuleDSL
.
(
)
->
Unit
)
Example
"tool_bar" { ... child("button") { ... } }
Content copied to clipboard
fun
child
(
child
:
Selector
,
block
:
RuleDSL
.
(
)
->
Unit
)