Stk.ContainerSourceContainer widget.
Type of data which can be associated to child widgets.
A container child, with optional data associated.
class virtual 'pos container : ?classes:string list option -> ?name:string option -> ?props:Props.t option -> ?wdata:
Widget.wdata
option -> unit -> object ... endA container widget is a widget which can contain other widgets. The type parameter is the type of the position of a widget in the container. This class must be inherited, as it is for example by container_list, which specialises this class by using a list to store children widgets.
class virtual container_list : ?classes:string list option -> ?name:string option -> ?props:Props.t option -> ?wdata:
Widget.wdata
option -> unit -> object ... end