package hardcaml_waveterm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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_kernel.Expert.Draw.rect;
  6. orientation : Orientation.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val mouse_event : t -> Notty.Unescape.mouse -> Base.bool
val key_event : t -> Notty.Unescape.key -> Base.bool
OCaml

Innovation. Community. Security.