Package: gtk

Function gtk:spin-button-spin

Lambda List

gtk:spin-button-spin (button direction increment)

Arguments

button -- a gtk:spin-button widget
direction -- a gtk:spin-type value indicating the direction to spin
increment -- a number coerced to a double float for the step increment to apply in the specified direction

Details

Increment or decrement the value of the spin button in a specified direction by a specified amount.
 

See also

#2025-05-31