Enum iui::controls::LayoutStrategy [−][src]
pub enum LayoutStrategy { Compact, Stretchy, }
Defines the ways in which the children of boxes can be layed out.
Variants
Compact
Make the control the minimum possible size to contain its content
Stretchy
Make the control expand to its maximum size
Auto Trait Implementations
impl Send for LayoutStrategy
impl Send for LayoutStrategy
impl Sync for LayoutStrategy
impl Sync for LayoutStrategy