Notebook.setWindowCreationHook

Warning gtk_notebook_set_window_creation_hook has been deprecated since version 2.24 and should not be used in newly-written code. Use the "create-window" signal instead Installs a global function used to create a window when a detached tab is dropped in an empty area. Since 2.10

class Notebook
static
void
setWindowCreationHook

Parameters

func GtkNotebookWindowCreationFunc

the GtkNotebookWindowCreationFunc, or NULL. [allow-none]

data void*

user data for func

destroy GDestroyNotify

Destroy notifier for data, or NULL. [allow-none]

Meta