Struct iui::controls::HorizontalBox[][src]

pub struct HorizontalBox { /* fields omitted */ }

Lays out its children horizontally.

Methods

impl HorizontalBox
[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 HorizontalBox
[src]

Create a new horizontal box layout.

impl HorizontalBox
[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 HorizontalBox
[src]

Executes the destructor for this type. Read more

impl Clone for HorizontalBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<Control> for HorizontalBox
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for HorizontalBox

impl !Sync for HorizontalBox