Type Definition kas_widgets::BoxRow[][src]

pub type BoxRow<M> = BoxList<Right, M>;
Expand description

A row of boxed widgets

This is parameterised over handler message type.

See documentation of List type.