gtkSpinButtonNew: gtkSpinButtonNew

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a new GtkSpinButton.

Usage

1
2
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.