TabContainer.setTabTitle

Sets a title for the tab at index tab_idx. Tab titles default to the name of the indexed child node, but this can be overridden with setTabTitle.

struct TabContainer
@nogc nothrow
void
setTabTitle
(
in long tab_idx
,
in String title
)

Meta