module Box: sig .. end
sig
end
Box widget.
type t
val create : ?width:int -> ?height:int -> ?style:Style.t -> unit -> t
?width:int -> ?height:int -> ?style:Style.t -> unit -> t
val set_background : t -> Style.background -> unit
t -> Style.background -> unit