gtkSpinButtonSetDigits {RGtk2}R Documentation

gtkSpinButtonSetDigits

Description

Set the precision to be displayed by spin.button. Up to 20 digit precision is allowed.

Usage

gtkSpinButtonSetDigits(object, digits)

Arguments

object

a GtkSpinButton

digits

the number of digits after the decimal point to be displayed for the spin button's value

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]