gtkNotebookGetTabDetachable {RGtk2}R Documentation

gtkNotebookGetTabDetachable

Description

Returns whether the tab contents can be detached from notebook.

Usage

gtkNotebookGetTabDetachable(object, child)

Arguments

object [GtkNotebook] a GtkNotebook
child [GtkWidget] a child GtkWidget

Details

Since 2.10

Value

[logical] TRUE if the tab is detachable.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]