Method
GtkNotebookget_menu_label
Declaration [src]
GtkWidget*
gtk_notebook_get_menu_label (
  GtkNotebook* notebook,
  GtkWidget* child
)
Parameters
- child
- 
            Type: GtkWidgetA widget contained in a page of notebook.The data is owned by the caller of the method. 
Return value
Type: GtkWidget
The menu label, or NULL
  if the notebook page does not have a menu label other than
  the default (the tab label).
| The data is owned by the instance. | 
| The return value can be NULL. |