gtkSpinButtonNew {RGtk2}R Documentation

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]