gtkAssistantGetNthPage {RGtk2}R Documentation

gtkAssistantGetNthPage

Description

Returns the child widget contained in page number page.num.

Usage

gtkAssistantGetNthPage(object, page.num)

Arguments

object [GtkAssistant] a GtkAssistant
page.num [integer] The index of a page in the assistant, or -1 to get the last page;

Details

Since 2.10

Value

[GtkWidget] The child widget, or NULL if page.num is out of bounds.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]