Notebook.addOnCreateWindow

The ::create-window signal is emitted when a detachable tab is dropped on the root window.

A handler for this signal can create a window containing a notebook where the tab will be attached. It is also responsible for moving/resizing the window and adding the necessary properties to the notebook (e.g. the group-name ).

class Notebook
gulong
addOnCreateWindow
(
Notebook delegate
(,
int
,
int
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Return Value

Type: gulong

a gtk.Notebook that page should be added to, or NULL.

Meta

Since

2.12