Type Definition kas::widgets::BoxList

source ·
pub type BoxList<D> = List<D, Box<dyn Widget + 'static, Global>>;
Expand description

A row/column of boxed widgets

This is parameterised over directionality.

See documentation of List type.