package hardcaml_waveterm

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Parameter Make.B

type ctx
type style
val rows : ctx -> Import.int
val cols : ctx -> Import.int
val get_bounds : ctx -> rect
val get_style : Style.t -> style
val draw_int : ctx:ctx -> style:style -> bounds:rect -> r:Import.int -> c:Import.int -> Import.int -> Import.unit
val get : ctx:ctx -> bounds:rect -> r:Import.int -> c:Import.int -> Import.int * Style.t