gtkNotebookGetNthPage {RGtk2} | R Documentation |
Returns the child widget contained in page number page.num
.
gtkNotebookGetNthPage(object, page.num)
|
[GtkNotebook ] a GtkNotebook |
|
[integer] the index of a page in the notebook, or -1 to get the last page. |
[GtkWidget
] the child widget, or NULL
if page.num
is
out of bounds.
Derived by RGtkGen from GTK+ documentation