The icon of the page.
[classTabBar]
displays the icon next to the title.
It will not show the icon if [propertyTabPage:
loading] is set to TRUE
,
or if the page is pinned and [propertyTabPage:indicator-icon] is set.
Whether the indicator icon is activatable.
If set to TRUE
, [signalTabView:
:indicator-activated] will be emitted
when the indicator icon is clicked.
If [propertyTabPage:
indicator-icon] is not set, does nothing.
An indicator icon for the page.
A common use case is an audio or camera indicator in a web browser.
[classTabPage]
will show it at the beginning of the tab, alongside icon
representing [propertyTabPage:
icon] or loading spinner.
If the page is pinned, the indicator will be shown instead of icon or spinner.
If [propertyTabPage:
indicator-activatable] is set to TRUE
, the indicator
icon can act as a button.
Whether the page is loading.
If set to TRUE
, [classTabBar]
will display a spinner in place of icon.
If the page is pinned and [propertyTabPage:
indicator-icon] is set, the
loading status will not be visible.
Whether the page needs attention.
[classTabBar]
will display a glow under the tab representing the page if
set to TRUE
. If the tab is not visible, the corresponding edge of the tab
bar will be highlighted.
The parent page of the page.
See [methodTabView
.add_page] and [methodTabView
.close_page].
The title of the page.
[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.
The tooltip of the page.
The tooltip can be marked up with the Pango text markup language.
If not set, [classTabBar]
will use [propertyTabPage:
title] as a tooltip
instead.
The child of the page.