Signal

AdapTabView::create-window

since: 1

Declaration

AdapTabView*
create_window (
  AdapTabView* self,
  gpointer user_data
)

Description [src]

Emitted when a tab should be transferred into a new window.

This can happen after a tab has been dropped on desktop.

The signal handler is expected to create a new window, position it as needed and return its AdapTabView that the page will be transferred into.

Default handler:

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

Available since: 1

Return value

Type: AdapTabView

The AdapTabView from the new window.

The data is owned by the called function.
The return value can be NULL.