Method

GtkNotebookget_tab_detachable

Declaration [src]

gboolean
gtk_notebook_get_tab_detachable (
  GtkNotebook* notebook,
  GtkWidget* child
)

Description [src]

Returns whether the tab contents can be detached from notebook.

Parameters

child

Type: GtkWidget

A child GtkWidget

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the tab is detachable.