Signal

AdapTabView::indicator-activated

since: 1

Declaration

void
indicator_activated (
  AdapTabView* self,
  AdapTabPage* page,
  gpointer user_data
)

Description [src]

Emitted after the indicator icon on page has been activated.

See AdapTabPage:indicator-icon and AdapTabPage:indicator-activatable.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 1

Parameters

page

Type: AdapTabPage

A page of self.

The data is owned by the caller of the function.