Method

GtkNotebookremove_page

Declaration [src]

void
gtk_notebook_remove_page (
  GtkNotebook* notebook,
  int page_num
)

Description [src]

Removes a page from the notebook given its index in the notebook.

Parameters

page_num

Type: int

The index of a notebook page, starting from 0. If -1, the last page will be removed.