Method
GtkNotebookset_current_page
Declaration [src]
void
gtk_notebook_set_current_page (
GtkNotebook* notebook,
gint page_num
)
Description [src]
Switches to the page number page_num
.
Note that due to historical reasons, GtkNotebook refuses to switch to a page unless the child widget is visible. Therefore, it is recommended to show child widgets before adding them to a notebook.