Gtk.Notebook.prototype.get_tab_detachable
function get_tab_detachable(child:Gtk.Widget):Boolean { // Gjs wrapper for gtk_notebook_get_tab_detachable() }
Returns whether the tab contents can be detached from notebook.
Since 2.10
- child
a child Gtk.Widget
- Returns
true if the tab is detachable.