Package: gtk

Function gtk-spin-button-new

Lambda List

gtk-spin-button-new (adjustment climb-rate digits)

Arguments

adjustment -- the gtk-adjustment object that this spin button should use, or nil
climb-rate -- a double float which specifies how much the spin button changes when an arrow is clicked on
digits -- an unsigned integer with the number of decimal places to display

Return Value

The new gtk-spin-button widget.

Details

Creates a new spin button. If the argument adjustment is nil, the adjustment of the spin button is intialized with default values.
 

See also

2021-2-10