GtkNotebook::get_tab_label

GtkWidget get_tab_label(GtkWidget child);

Returns child's tab label widget. NULL is returned if child is not in the notebook or if there was no label set for child.

Tab labels are normally set when the page is added to the notebook.

See also: set_tab_label()