Method

GtkNotebookdetach_tab

since: 3.16

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_container_remove(), but additionally informs the notebook that the removal is happening as part of a tab DND operation, which should not be cancelled.

Available since: 3.16

Parameters

child

Type: GtkWidget

A child.

The data is owned by the caller of the method.