TabPage.setTitle
void setTitle(string title)classTabBar will display it in the center of the tab unless it's pinned, and will use it as a tooltip unless propertyTabPage:tooltip is set.
classTabOverview will display it below the thumbnail unless it's pinned, or inside the card otherwise, and will use it as a tooltip unless propertyTabPage:tooltip is set.
Sets the title of self.
Parameters
title | the title of self |