Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkNotebookSetGroupId

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. WARNING: gtk_notebook_set_group_id has been deprecated since version 2.12 and should not be used in newly-written code. use gtkNotebookSetGroup instead.

Usage

gtkNotebookSetGroupId(object, group.id)

Arguments

object

a GtkNotebook

group.id

a group identificator, or -1 to unset it

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.