TabPage.title

string title() @property

Get title property.

Returns

The title of the page.

adw.tab_bar.TabBar will display it in the center of the tab unless it's pinned, and will use it as a tooltip unless adw.tab_page.TabPage.tooltip is set.

adw.tab_overview.TabOverview will display it below the thumbnail unless it's pinned, or inside the card otherwise, and will use it as a tooltip unless adw.tab_page.TabPage.tooltip is set.

void title(string propval) @property

Set title property.

Parameters

propvalThe title of the page. adw.tab_bar.TabBar will display it in the center of the tab unless it's pinned, and will use it as a tooltip unless adw.tab_page.TabPage.tooltip is set. adw.tab_overview.TabOverview will display it below the thumbnail unless it's pinned, or inside the card otherwise, and will use it as a tooltip unless adw.tab_page.TabPage.tooltip is set.