orangy
imageview
calls attachTo
which calls cryptic opcr
.Ruckus
07/30/2018, 6:24 PMopcr
is the higher order function that's the root of the TornadoFX DSL. It's basically a glorified <T: Node>.apply(opcr)
with some help for working with the scene tree.Ruckus
07/30/2018, 6:25 PMorangy
is an acronym for "op connect & return".
Ruckus
07/30/2018, 6:38 PMedvin
07/31/2018, 5:48 AM