GtkNotebook::get_nth_page

GtkWidget get_nth_page (int page_num );

Returns the child widget with index page_num. If page_num is -1, the last page is returned. If page_num is greater then the number of pages minus one (the highest index), NULL is returned.

See also: page_num()