Method
GtkNotebookget_tab_detachable
since: 2.10
Declaration [src]
gboolean
gtk_notebook_get_tab_detachable (
GtkNotebook* notebook,
GtkWidget* child
)
Description [src]
Returns whether the tab contents can be detached from notebook
.
Available since: 2.10
Parameters
child
-
Type:
GtkWidget
A child
GtkWidget
.The data is owned by the caller of the method.