Scroll.VScrollbartype t = Scrollbar.tval sexp_of_t : t -> Sexplib0.Sexp.tval create :
bounds:Hardcaml_waveterm_kernel.Rect.t ->
range:Base.int ->
Base.unit ->
tval create_right_aligned :
?r:Base.int ->
?h:Base.int ->
?w:Base.int ->
container:Hardcaml_waveterm_kernel.Rect.t ->
range:Base.int ->
Base.unit ->
t * Hardcaml_waveterm_kernel.Rect.tCreate a scroll bar at the right of the given container. Returns the adjust container bounds that excludes the scrollbar.
val draw :
ctx:Draw_notty.ctx ->
style:Hardcaml_waveterm_kernel.Style.t ->
t ->
Base.unit