gtkNotebookSetCurrentPage {RGtk2} | R Documentation |
Switches to the page number page.num
.
gtkNotebookSetCurrentPage(object, page.num)
|
[GtkNotebook ] a GtkNotebook |
|
[integer] index of the page to switch to, starting from 0. If negative, the last page will be used. If greater than the number of pages in the notebook, nothing will be done. |
Derived by RGtkGen from GTK+ documentation