gtkNotebookSetCurrentPage {RGtk2}R Documentation

gtkNotebookSetCurrentPage

Description

Switches to the page number page.num.

Usage

gtkNotebookSetCurrentPage(object, page.num)

Arguments

object [GtkNotebook] a GtkNotebook
page.num [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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]