Package: gtk

Function gtk:range-slider-range

Lambda List

gtk:range-slider-range (range)

Syntax

(gtk:range-slider-range range) => start, end

Arguments

range -- a gtk:range widget
start -- an integer for the start of the slider, or nil
end -- an integer for the end of the slider, or nil

Details

This function returns sliders range along the long dimension, in widget window coordinates. This function is useful mainly for gtk:range subclasses.
 

See also

#2025-07-19