Description Usage Arguments Details Author(s)
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.
1 | gtkNotebookSetGroupId(object, group.id)
|
|
a |
|
a group identificator, or -1 to unset it |
Since 2.10
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.