Struct iui::controls::LayoutGrid [] [src]

pub struct LayoutGrid { /* fields omitted */ }

Lays out its children in a grid according to insertion instructions.

Methods

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

[src]

Creates a new LayoutGrid.

[src]

Returns true if the LayoutGrid is padded and false if not.

[src]

Sets the padding state of the LayoutGrid

[src]

Adds a control to the LayoutGrid.

[src]

Inserts a control in to the LayoutGrid relative to an existing control.

Trait Implementations

impl Drop for LayoutGrid
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for LayoutGrid
[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 LayoutGrid
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for LayoutGrid

impl !Sync for LayoutGrid