Type Definition kas_widgets::BoxColumn[][src]

pub type BoxColumn<M> = BoxList<Down, M>;
Expand description

A column of boxed widgets

This is parameterised over handler message type.

See documentation of List type.