method clamp_page : lower:float -> upper:float -> unitmethod set_value : float -> unitmethod step_increment : floatmethod page_increment : floatmethod set_bounds : ?lower:float ->
?upper:float ->
?step_incr:float ->
?page_incr:float ->
?page_size:float ->
unit ->
unitmethod set_lower : float -> unitmethod set_page_increment : float -> unitmethod set_page_size : float -> unitmethod set_step_increment : float -> unitmethod set_upper : float -> unitmethod set_value : float -> unit