Method

AdapTabPageset_indicator_activatable

Declaration [src]

void
adap_tab_page_set_indicator_activatable (
  AdapTabPage* self,
  gboolean activatable
)

Description [src]

Sets whether the indicator of self is activatable.

If set to TRUE, AdapTabView::indicator-activated will be emitted when the indicator icon is clicked.

If AdapTabPage:indicator-icon is not set, does nothing.

Parameters

activatable

Type: gboolean

Whether the indicator is activatable.