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