Method
Gtk.Notebook.set_tab_reorderable
Declaration [src]
void
gtk_notebook_set_tab_reorderable (
  GtkNotebook* notebook,
  GtkWidget* child,
  gboolean reorderable
)
Parameters
| child | GtkWidget | 
| a child  | |
| Ownership is not transferred to the callee | |
| reorderable | gboolean | 
| whether the tab is reorderable or not |