`fun Button.customAction() { ... }` then do `butto...
# tornadofx
e
fun Button.customAction() { ... }
then do
button { customAction() }
?