fun EventTarget.addChildIfPossible(node: Node, ind...
# tornadofx
e
fun EventTarget.addChildIfPossible(node: Node, index: Int? = null) { if (FX.addChildInterceptor(node, index)) return