Package: gtk

Function gtk:scale-button-new

Lambda List

gtk:scale-button-new (min max step icons)

Arguments

min -- a double float with the minimum value of the scale
max -- a double float with the maximum value of the scale
step -- a double float with the stepping of the value when a scroll wheel event, or up/down arrow event occurs
icons -- a list of strings with the icon names, or nil if you want to set the list later with the gtk:scale-button-icons function

Return Value

The new gtk:scale-button widget.

Details

Creates a scale button, with a range between min and max, with a stepping of step.
 

See also

2024-5-7