[][src]Type Definition kas::widget::BoxRow

type BoxRow<M> = BoxList<Right, M>;

A row of boxed widgets

This is parameterised over handler message type.

See documentation of List type.