API Version: 4.0
Library Version: 4.2.0
int gtk_notebook_prepend_page ( GtkNotebook* notebook, GtkWidget* child, GtkWidget* tab_label )
Prepends a page to notebook.
notebook
child
GtkWidget
the GtkWidget to use as the contents of the page
tab_label
the GtkWidget to be used as the label for the page, or NULL to use the default label, “page N”
NULL
int
the index (starting from 0) of the prepended page in the notebook, or -1 if function fails