Type Alias kas_widgets::BoxGrid

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

Aliased Type§

struct BoxGrid<Data> { /* private fields */ }