gtkNotebookSetGroup {RGtk2}R Documentation

gtkNotebookSetGroup

Description

Sets a group identificator pointer for notebook, notebooks sharing the same group identificator pointer will be able to exchange tabs via drag and drop. A notebook with a NULL group identificator will not be able to exchange tabs with any other notebook.

Usage

gtkNotebookSetGroup(object, group)

Arguments

object [GtkNotebook] a GtkNotebook
group [R object] a pointer to identify the notebook group, or NULL to unset it

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]