Struct iui::controls::VerticalBox[][src]

pub struct VerticalBox { /* fields omitted */ }

Lays out its children vertically.

Methods

impl VerticalBox
[src]

Create an iui struct for this control from the raw pointer for it.

Unsafety

The given pointer must point to a valid control or memory unsafety may result.

Return the underlying pointer for this control.

impl VerticalBox
[src]

Create a new vertical box layout.

impl VerticalBox
[src]

Add a control to the end of the box, sized by the given layout strategy.

Determine whenther the box provides padding around its children.

Set whether or not the box should provide padding around its children.

Trait Implementations

impl Drop for VerticalBox
[src]

Executes the destructor for this type. Read more

impl Clone for VerticalBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<Control> for VerticalBox
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for VerticalBox

impl !Sync for VerticalBox