package hardcaml_waveterm

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Scroll.AdjustmentSource

Sourcetype t = {
  1. mutable range : Base.int;
  2. mutable offset : Base.int;
  3. mutable on_offset_change : Base.int -> Base.unit;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval set_range : ?trigger_callback:Base.bool -> t -> Base.int -> Base.unit
OCaml

Innovation. Community. Security.