Method
GtkNotebookset_group_name
since: 2.24
Declaration [src]
void
gtk_notebook_set_group_name (
GtkNotebook* notebook,
const gchar* group_name
)
Description [src]
Sets a group name for notebook.
Notebooks with the same name will be able to exchange tabs
via drag and drop. A notebook with a NULL group name will
not be able to exchange tabs with any other notebook.
Available since: 2.24
| Sets property | Gtk.Notebook:group-name |