Type Definition kas_widgets::BoxGrid

source ·
pub type BoxGrid = Grid<Box<dyn Widget>>;
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.