Signal

HandyTabView::create-window

since: 1.2

Declaration

HdyTabView*
create_window (
  HdyTabView* 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 HdyTabViewthat the page will be transferred into.

Default handler:

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

Available since: 1.2

Return value

Type: HdyTabView

The HdyTabView from the new window.

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