Method
Gtk Notebookremove_page
Declaration [src]
void
gtk_notebook_remove_page(
GtkNotebook*notebook,
gintpage_num
)
Description [src]
Removes a page from the notebook given its index in the notebook.
Parameters
page_num-
Type:
gintThe index of a notebook page, starting from 0. If -1, the last page will be removed.