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

pub struct VerticalBox { /* fields omitted */ }

Lays out its children vertically; see BoxExt for functionality.

Methods

impl VerticalBox
[src]

[src]

[src]

[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.

[src]

Return the underlying pointer for this control.

impl VerticalBox
[src]

[src]

Create a new vertical box layout.

impl VerticalBox
[src]

[src]

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

[src]

Determine whenther the box provides padding around its children.

[src]

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

Trait Implementations

impl Drop for VerticalBox
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for VerticalBox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<Control> for VerticalBox
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for VerticalBox

impl !Sync for VerticalBox