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 [GtkSpinButton] a GtkSpinButton
digits [numeric] 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.12.5-3 Index]