Package: gtk

Function gtk:spin-button-new

Lambda List

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

Arguments

adjustment -- a 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 adjustment argument is nil, the adjustment of the spin button is intialized with default values.
 

See also

2023-9-30