gtkSpinButtonNew {RGtk2}R Documentation

gtkSpinButtonNew

Description

Creates a new GtkSpinButton.

Usage

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

Arguments

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

Value

[GtkWidget] The new spin button as a GtkWidget.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]