Type Alias kas_widgets::BoxRow

source ·
pub type BoxRow<Data> = BoxList<Data, Right>;
Expand description

A row of boxed widgets

See documentation of List type.

Aliased Type§

struct BoxRow<Data> { /* private fields */ }