I think we added a `close()` function to Tab.
# tornadofx
e
I think we added a
close()
function to Tab.
c
I'm not sure if that got merged? Perhaps I'm missing something, but I'm not finding it with
Copy code
$ grep -R Tab.close *
src/main/java/tornadofx/Controls.kt:fun Tab.closeableWhen(predicate: ObservableValue<Boolean>) {
e
Can't find it either. Will check, maybe I just added it to a local project of mine.
c
Good idea regardless 🙂