Method
Gtk.Notebook.detach_tab
Declaration [src]
void
gtk_notebook_detach_tab (
GtkNotebook* notebook,
GtkWidget* child
)
Description [src]
Removes the child from the notebook.
This function is very similar to gtk_notebook_remove_page()
,
but additionally informs the notebook that the removal
is happening as part of a tab DND operation, which should
not be cancelled.
Parameters
child |
GtkWidget |
a child |
|
Ownership is not transferred to the callee |