Method

GtkNotebookget_nth_page

Declaration [src]

GtkWidget*
gtk_notebook_get_nth_page (
  GtkNotebook* notebook,
  gint page_num
)

Description [src]

Returns the child widget contained in page number page_num.

Parameters

page_num

Type: gint

The index of a page in the notebook, or -1 to get the last page.

Return value

Type: GtkWidget

The child widget, or NULL if page_num is out of bounds.

The returned data is owned by the instance.
The return value can be NULL.