Tabs.setTabDisabled

If disabled is false, hides the tab at index tab_idx. Note that its title text will remain, unless also removed with setTabTitle.

struct Tabs
@nogc nothrow
void
setTabDisabled
(
in long tab_idx
,
in bool disabled
)

Meta