Join Slack
Powered by
fun EventTarget.addChildIfPossible(node: Node, ind...
# tornadofx
e
edvin
08/26/2017, 7:11 PM
fun EventTarget.addChildIfPossible(node: Node, index: Int? = null) { if (FX.addChildInterceptor(node, index)) return
3
Views
Open in Slack
Previous
Next