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

a GtkSpinButton

direction

a GtkSpinType indicating the direction to spin.

increment

step increment to apply in the specified direction.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]