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 value of the gtk:spin-type enumeration indicating the direction to spin
increment -- a double float 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

#2023-9-30