adw.view_switcher.ViewSwitcher can display it as a badge next to the page icon. It is commonly used to display a number of unread items within the page.
It can be used together with adw.view_stack.ViewStack.
uint badgeNumber() @propertyGet badgeNumber property.
adw.view_switcher.ViewSwitcher can display it as a badge next to the page icon. It is commonly used to display a number of unread items within the page.
It can be used together with adw.view_stack.ViewStack.
void badgeNumber(uint propval) @propertySet badgeNumber property.
propval | The badge number for this page. adw.view_switcher.ViewSwitcher can display it as a badge next to the page icon. It is commonly used to display a number of unread items within the page. It can be used together with adw.view_stack.ViewStack. |