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

[]

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

[]

Creates a new LayoutGrid.

[]

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

[]

Sets the padding state of the LayoutGrid

[]

Adds a control to the LayoutGrid.

[]

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

Trait Implementations

impl Drop for LayoutGrid
[src]
[+]

[]

Executes the destructor for this type. Read more

impl Clone for LayoutGrid
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Into<Control> for LayoutGrid
[src]
[+]

[]

Performs the conversion.

Auto Trait Implementations

impl !Send for LayoutGrid

impl !Sync for LayoutGrid