Package: gtk

Function gtk:range-slider-range

Lambda List

gtk:range-slider-range (range)

Arguments

range -- a gtk:range widget

Return Value

start -- an integer with the start of the slider, or nil
end -- an integer with 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

#2023-8-24