Module Scroll.Scrollbar

type t = {
scrollable : Scrollable.t;
mutable bar_style : Scroll_bar_style.t;
incr_key : Notty.Unescape.key;
decr_key : Notty.Unescape.key;
mutable bounds : Hardcaml_waveterm_interactive__.Import.Draw.rect;
orientation : Orientation.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val mouse_event : t -> Notty.Unescape.mouse -> Hardcaml_waveterm_interactive__.Import.bool
val key_event : t -> Notty.Unescape.key -> Hardcaml_waveterm_interactive__.Import.bool
val set_bounds : t -> Hardcaml_waveterm_interactive__.Import.Draw.rect -> Hardcaml_waveterm_interactive__.Import.unit