package hardcaml_waveterm

  1. Overview
  2. Docs

Module Scroll.ScrollbarSource

Sourcetype t = {
  1. scrollable : Scrollable.t;
  2. mutable bar_style : Scroll_bar_style.t;
  3. incr_key : Notty.Unescape.key;
  4. decr_key : Notty.Unescape.key;
  5. mutable bounds : Hardcaml_waveterm.Draw.rect;
  6. orientation : Orientation.t;
}
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval mouse_event : t -> Notty.Unescape.mouse -> Base.Bool.t
Sourceval key_event : t -> Notty.Unescape.key -> Base.Bool.t
OCaml

Innovation. Community. Security.