Type Alias WrapSizer

Source
pub type WrapSizer = WrapSizerIsOwned<true>;
Expand description

A wrap sizer lays out its items in a single line, like a box sizer as long as there is space available in that direction.

Aliased Type§

pub struct WrapSizer(/* private fields */);