I'm looking at workspace, ```lookup(".container")...
# tornadofx
t
I'm looking at workspace,
Copy code
lookup(".container") as? HBox)?.apply{...}
How would I rewrite that using selectors? It would be great to have it as something like:
lookup<HBox>{...}