Type Definition kas_widgets::BoxList[][src]

pub type BoxList<D, M> = List<D, Box<dyn Widget<Msg = M>>>;
Expand description

A row/column of boxed widgets

This is parameterised over directionality and handler message type.

See documentation of List type.