gtkAssistantGetCurrentPage {RGtk2}R Documentation

gtkAssistantGetCurrentPage

Description

Returns the page number of the current page

Usage

gtkAssistantGetCurrentPage(object)

Arguments

object [GtkAssistant] a GtkAssistant

Details

Since 2.10

Value

[integer] The index (starting from 0) of the current page in the assistant, if the assistant has no pages, -1 will be returned

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]