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
(
StringArg1
)
(
in long tab_idx
,
in StringArg1 title
)

Meta