Is it easy to make custom extension-functions like...
# tornadofx
h
Is it easy to make custom extension-functions like imageview() or should I stick with this += ...
k
should be pretty straightforward
e
Yeah, if you;re going to reuse it, might as well go for an extension function. Just look at how the ones that come with the framework are created 🙂