Stk.BinSourceWidget which can contain one widget.
class bin : ?classes:string list option -> ?name:string option -> ?props:Props.t option -> ?wdata:
Widget.wdata
option -> unit -> object ... endWidget containing one child. This widget is usually not used directly but inherited.
val bin :
?classes:string list ->
?name:string ->
?props:Props.t ->
?pack:(Widget.widget -> unit) ->
?wdata:Widget.wdata ->
unit ->
binConvenient function to create a bin. See Widget arguments for arguments.