Package: gtk

Function gtk:spin-button-configure

Lambda List

gtk:spin-button-configure (spinbutton adjustment rate digits)

Arguments

spinbutton -- a gtk:spin-button widget
adjustment -- a gtk:adjustment object
rate -- a double float with the climb rate
digits -- an unsigned integer with the number of decimal places to display in the spin button

Details

Changes the properties of an existing spin button. The adjustment, climb rate, and number of decimal places are all changed accordingly, after this function call.
 

See also

#2023-3-12