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

a GtkSpinButton

Value

A list containing the following elements:

step

location to store step increment, or NULL. [ allow-none ]

page

location to store page increment, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]