Method
GtkNotebookappend_page_menu
Declaration [src]
int
gtk_notebook_append_page_menu (
  GtkNotebook* notebook,
  GtkWidget* child,
  GtkWidget* tab_label,
  GtkWidget* menu_label
)
Description [src]
Appends a page to notebook, specifying the widget to use as the
label in the popup menu.
Parameters
| child | GtkWidget | 
| The  | |
| The data is owned by the caller of the function. | |
| tab_label | GtkWidget | 
| The  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| menu_label | GtkWidget | 
| The widget to use as a label for the
  page-switch menu, if that is enabled. If  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. |