Type Definition kas::widgets::BoxRow

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

A row of boxed widgets

See documentation of List type.