Type Alias kas_widgets::BoxList

source ·
pub type BoxList<Data, D> = List<Box<dyn Widget<Data = Data>>, D>;
Expand description

A row/column of boxed widgets

This is parameterised over directionality.

See documentation of List type.

Aliased Type§

struct BoxList<Data, D> { /* private fields */ }