Module Scroll.Scrollbar

type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val mouse_event : t -> Notty.Unescape.mouse -> Base.bool
val offset : t -> Base.int
val set_offset : t -> Base.int -> Base.unit
val set_offset_min : t -> Base.unit
val set_offset_max : t -> Base.unit
val on_offset_change : t -> f:(Base.int -> Base.unit) -> Base.unit
val set_mode : t -> Scroll_bar_mode.t -> Base.unit