The tooltip can be marked up with the Pango text markup language.
If not set, adw.tab_bar.TabBar and adw.tab_overview.TabOverview will use adw.tab_page.TabPage.title as a tooltip instead.
string tooltip() @propertyGet tooltip property.
The tooltip can be marked up with the Pango text markup language.
If not set, adw.tab_bar.TabBar and adw.tab_overview.TabOverview will use adw.tab_page.TabPage.title as a tooltip instead.
void tooltip(string propval) @propertySet tooltip property.
propval | The tooltip of the page. The tooltip can be marked up with the Pango text markup language. If not set, adw.tab_bar.TabBar and adw.tab_overview.TabOverview will use adw.tab_page.TabPage.title as a tooltip instead. |