Range.setIncrements

Sets the step and page sizes for the range.

The step size is used when the user clicks the GtkScrollbar arrows or moves a GtkScale via arrow keys. The page size is used for example when moving via Page Up or Page Down keys.

class Range
void
setIncrements
(
double step
,
double page
)

Parameters

step double

step size

page double

page size

Meta