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.

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

Meta