RGtk2 (version 2.20.31)

gtkSpinButtonNew: gtkSpinButtonNew

Description

Creates a new GtkSpinButton.

Usage

gtkSpinButtonNew(adjustment = NULL, climb.rate = NULL, digits = NULL, show = TRUE)

Arguments

adjustment
the GtkAdjustment object that this spin button should use.
climb.rate
specifies how much the spin button changes when an arrow is clicked on.
digits
the number of decimal places to display.

Value

GtkWidget] The new spin button as a GtkWidget.