Signal
AdwTabOverview::create-tab
Description [src]
Emitted when a tab needs to be created;
This can happen after the new tab button has been pressed, see
AdwTabOverview:enable-new-tab
.
The signal handler is expected to create a new page in the corresponding
AdwTabView
and return it.
Default handler: | The default handler is called after the handlers added via |
Available since: | 1.3 |
Return value
Returns: | AdwTabPage |
The newly created page. |
|
The data is owned by the called function. |