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 [GtkNotebookWindowCreationFunc] the GtkNotebookWindowCreationFunc, or NULL
data [R object] user data for func

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]