Method
Gtk.Notebook.insert_page
Declaration [src]
int
gtk_notebook_insert_page (
GtkNotebook* notebook,
GtkWidget* child,
GtkWidget* tab_label,
int position
)
Parameters
child |
GtkWidget |
the |
|
Ownership is not transferred to the callee | |
tab_label |
GtkWidget |
the |
|
Can be NULL | |
Ownership is not transferred to the callee | |
position |
int |
the index (starting at 0) at which to insert the page, or -1 to append the page after all other pages |