gtkNotebookSetWindowCreationHook {RGtk2}R Documentation

gtkNotebookSetWindowCreationHook

Description

Installs a global function used to create a window when a detached tab is dropped in an empty area.

Usage

gtkNotebookSetWindowCreationHook(func, data)

Arguments

func

the GtkNotebookWindowCreationFunc, or NULL. [ allow-none ]

data

user data for func

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]