TabPage.needsAttention

bool needsAttention() @property

Get needsAttention property.

Returns

Whether the page needs attention.

adw.tab_bar.TabBar will display a line 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.

adw.tab_overview.TabOverview will display a dot in the corner of the thumbnail if set to TRUE.

adw.tab_button.TabButton will display a dot if any of the pages that aren't selected have this property set to TRUE.

void needsAttention(bool propval) @property

Set needsAttention property.

Parameters

propvalWhether the page needs attention. adw.tab_bar.TabBar will display a line 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. adw.tab_overview.TabOverview will display a dot in the corner of the thumbnail if set to TRUE. adw.tab_button.TabButton will display a dot if any of the pages that aren't selected have this property set to TRUE.