min
and max
(including min
and max
) with the
increment step
. step
must be nonzero; it's the distance the
slider moves when using the arrow keys to adjust the scale value.gtkHScaleNewWithRange(min, max, step, show = TRUE)
min
max
step
step
is a power of ten. If the resulting precision is not suitable for your
needs, use gtkScaleSetDigits
to correct it.