Module Stk.BinSource

Widget which can contain one widget.

Sourceclass bin : ?classes:string list option -> ?name:string option -> ?props:Props.t option -> ?wdata: Widget.wdata option -> unit -> object ... end

Widget containing one child. This widget is usually not used directly but inherited.

Sourcetype Widget.widget_type +=
  1. | Bin of bin
Sourceval bin : ?classes:string list -> ?name:string -> ?props:Props.t -> ?pack:(Widget.widget -> unit) -> ?wdata:Widget.wdata -> unit -> bin

Convenient function to create a bin. See Widget arguments for arguments.