Function Tabs.setTabDisabled
If disabled is false, hides the tab at index tab_idx.
Note: Its title text will remain unless it is also removed with setTabTitle.
void setTabDisabled
(
const(long) tab_idx,
const(bool) disabled
) nothrow @nogc;