Type Definition kas_widgets::BoxGrid[][src]

pub type BoxGrid<M> = Grid<Box<dyn Widget<Msg = M>>>;
Expand description

A grid of boxed widgets

This is a parameterisation of Grid This is parameterised over the handler message type.

See documentation of Grid type.