builder functions that give you illusion of not ha...
# tornadofx
a
builder functions that give you illusion of not having to add them actually work as
Copy code
button { /*setup*/ }
// =>
val btn = Button()
btn./*setup*/
btn.attachTo(this)