Method

Gtk.Notebook.set_group_name

Declaration [src]

void
gtk_notebook_set_group_name (
  GtkNotebook* notebook,
  const char* 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.

Parameters

group_name const char*
 

the name of the notebook group, or NULL to unset it

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string