gtkSpinButtonSpin {RGtk2}R Documentation

gtkSpinButtonSpin

Description

Increment or decrement a spin button's value in a specified direction by a specified amount.

Usage

gtkSpinButtonSpin(object, direction, increment)

Arguments

object [GtkSpinButton] a GtkSpinButton
direction [GtkSpinType] a GtkSpinType indicating the direction to spin.
increment [numeric] step increment to apply in the specified direction.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]