Function 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.

void setTabTitle (
  const(long) tab_idx,
  const(String) title
) nothrow @nogc;