= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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.Draw.rect;
orientation : Orientation.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val mouse_event : t -> Notty.Unescape.mouse -> Base.Bool.t
val key_event : t -> Notty.Unescape.key -> Base.Bool.t
val set_bounds : t -> Hardcaml_waveterm.Draw.rect -> Base.Unit.t