Package: gtk

Function gtk:range-set-increments

Lambda List

gtk:range-set-increments (range step page)

Arguments

range -- a gtk:range widget
step -- a double float with the step size
page -- a double float with the page size

Details

Sets the step and page sizes for the range. The step size is used when the user moves the gtk:scale widget via arrow keys. The page size is used for example when moving via Page Up or Page Down keys.
 

See also

#2023-8-24