gtkSpinButtonGetIncrements {RGtk2}R Documentation

gtkSpinButtonGetIncrements

Description

Gets the current step and page the increments used by spin.button. See gtkSpinButtonSetIncrements.

Usage

gtkSpinButtonGetIncrements(object)

Arguments

object [GtkSpinButton] a GtkSpinButton

Value

A list containing the following elements:

step [numeric] location to store step increment, or NULL
page [numeric] location to store page increment, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]