Method
GtkNotebookinsert_page_menu
Declaration [src]
int
gtk_notebook_insert_page_menu (
  GtkNotebook* notebook,
  GtkWidget* child,
  GtkWidget* tab_label,
  GtkWidget* menu_label,
  int position
)
Description [src]
Insert a page into notebook at the given position, 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. | |
| position | int | 
| The index (starting at 0) at which to insert the page, or -1 to append the page after all other pages. |