Package: gtk

Function gtk-spin-button-configure

Lambda List

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

Arguments

spin-button -- a gtk-spin-button widget
adjustment -- a gtk-adjustment object
climb-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

2021-2-10