Method

AdwTabPageset_needs_attention

since: 1.0

Declaration [src]

void
adw_tab_page_set_needs_attention (
  AdwTabPage* self,
  gboolean needs_attention
)

Description [src]

Sets whether self needs attention.

AdwTabBar 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.

Available since: 1.0

Parameters

needs_attention

Type: gboolean

Whether self needs attention.