gtkNotebookSetGroupId {RGtk2.10}R Documentation

gtkNotebookSetGroupId

Description

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

Usage

gtkNotebookSetGroupId(object, group.id)

Arguments

object [GtkNotebook] a GtkNotebook
group.id [integer] a group identificator, or -1 to unset it

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]