[][src]Type Definition kas::widget::BoxColumn

type BoxColumn<M> = BoxList<Down, M>;

A column of boxed widgets

This is parameterised over handler message type.

See documentation of List type.