Module Bogue.Box

module Box: sig .. end

Box widget.

Dependency graph

type t 
val create : ?width:int -> ?height:int -> ?style:Style.t -> unit -> t
val set_background : t -> Style.background -> unit