gtkNotebookGetCurrentPage {RGtk2}R Documentation

gtkNotebookGetCurrentPage

Description

Returns the page number of the current page.

Usage

gtkNotebookGetCurrentPage(object)

Arguments

object [GtkNotebook] a GtkNotebook

Value

[integer] the index (starting from 0) of the current page in the notebook. If the notebook has no pages, then -1 will be returned.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]