TabPage.tooltip

Set tooltip property.

  1. string tooltip [@property getter]
  2. string tooltip [@property setter]
    class TabPage
    @property
    void
    tooltip
    (
    string propval
    )

Parameters

propval string

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.