TabPage.loading

bool loading() @property

Get loading property.

Returns

Whether the page is loading.

If set to TRUE, class@TabBar and class@TabOverview will display a spinner in place of icon.

If the page is pinned and property@TabPage:indicator-icon is set, loading status will not be visible with [adw.tab_bar.TabBar].

void loading(bool propval) @property

Set loading property.

Parameters

propvalWhether the page is loading. If set to TRUE, class@TabBar and class@TabOverview will display a spinner in place of icon. If the page is pinned and property@TabPage:indicator-icon is set, loading status will not be visible with [adw.tab_bar.TabBar].