Method

FoundryAdwPageset_needs_attention

unstable since: 1.1

Declaration [src]

void
foundry_page_set_needs_attention (
  FoundryPage* self,
  gboolean needs_attention
)

Description [src]

Sets whether the page needs attention from the user.

When set to TRUE, this property indicates that the page has something that requires user attention. The property is automatically cleared when focus enters the page.

Available since: 1.1

Parameters

needs_attention

Type: gboolean

Whether the page needs attention.