public isCloseableAt(index as Int) as Boolean:
Reports whether the tab at index may be closed.
| Parameter | Description |
|---|---|
index | Zero-based tab index. |
true when the tab exists and is closeable.
tabs.addTab("Welcome", Label("Ready"), false)
assert not tabs.isCloseableAt(0)