Gtk.Notebook.prototype.get_tab_label
function get_tab_label(child:Gtk.Widget):Gtk.Widget { // Gjs wrapper for gtk_notebook_get_tab_label() }
Returns the tab label widget for the page child. null is returned if child is not in notebook or if no tab label has specifically been set for child.
- child
the page
- Returns
the tab label