Range.getSliderRange

This function returns sliders range along the long dimension, in widget->window coordinates. This function is useful mainly for GtkRange subclasses. Since 2.20

class Range
void
getSliderRange
(
out int sliderStart
,
out int sliderEnd
)

Parameters

sliderStart int

return location for the slider's start, or NULL. out[allow-none]

sliderEnd int

return location for the slider's end, or NULL. out[allow-none]

Meta