If set to TRUE, adw.tab_bar.TabBar and adw.tab_overview.TabOverview will display a spinner in place of icon.
If the page is pinned and adw.tab_page.TabPage.indicatorIcon is set, loading status will not be visible with adw.tab_bar.TabBar.
bool loading() @propertyGet loading property.
If set to TRUE, adw.tab_bar.TabBar and adw.tab_overview.TabOverview will display a spinner in place of icon.
If the page is pinned and adw.tab_page.TabPage.indicatorIcon is set, loading status will not be visible with adw.tab_bar.TabBar.
void loading(bool propval) @propertySet loading property.
propval | Whether the page is loading. If set to TRUE, adw.tab_bar.TabBar and adw.tab_overview.TabOverview will display a spinner in place of icon. If the page is pinned and adw.tab_page.TabPage.indicatorIcon is set, loading status will not be visible with adw.tab_bar.TabBar. |