Signal

AdapTabOverview::create-tab

since: 1.3

Declaration

AdapTabPage*
create_tab (
  AdapTabOverview* self,
  gpointer user_data
)

Description [src]

Emitted when a tab needs to be created.

This can happen after the new tab button has been pressed, see AdapTabOverview:enable-new-tab.

The signal handler is expected to create a new page in the corresponding AdapTabView and return it.

Default handler:

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

Available since: 1.3

Return value

Type: AdapTabPage

The newly created page.

The data is owned by the called function.