Method
AdapTabPageset_needs_attention
Declaration [src]
void
adap_tab_page_set_needs_attention (
AdapTabPage* self,
gboolean needs_attention
)
Description [src]
Sets whether self
needs attention.
AdapTabBar
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.
AdapTabOverview
will display a dot in the corner of the thumbnail if set
to TRUE
.
AdapTabButton
will display a dot if any of the pages that aren’t
selected have AdapTabPage:needs-attention
set to TRUE
.
Sets property | Adap.TabPage:needs-attention |