gtkSpinButtonSetIncrements {RGtk2}R Documentation

gtkSpinButtonSetIncrements

Description

Sets the step and page increments for spin_button. This affects how quickly the value changes when the spin button's arrows are activated.

Usage

gtkSpinButtonSetIncrements(object, step, page)

Arguments

object [GtkSpinButton] a GtkSpinButton
step [numeric] increment applied for a button 1 press.
page [numeric] increment applied for a button 2 press.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]