Method
Gtk.Notebook.get_menu_label_text
Declaration [src]
const char*
gtk_notebook_get_menu_label_text (
  GtkNotebook* notebook,
  GtkWidget* child
)
Parameters
| child | GtkWidget | 
| the child widget of a page of the notebook. | |
| Ownership is not transferred to the callee | 
Return value
| Returns: const char* | |
| the text of the tab label, or  | |
| Ownership is not transferred to the caller | |
| Can be NULL | |
| The string is a NUL terminated UTF-8 string | |