TabPage.tooltip

string tooltip() @property

Get tooltip property.

Returns

The tooltip of the page.

The tooltip can be marked up with the Pango text markup language.

If not set, class@TabBar and class@TabOverview will use property@TabPage:title as a tooltip instead.

void tooltip(string propval) @property

Set tooltip property.

Parameters

propvalThe tooltip of the page. The tooltip can be marked up with the Pango text markup language. If not set, class@TabBar and class@TabOverview will use property@TabPage:title as a tooltip instead.