Struct iui::controls::Group [] [src]

pub struct Group { /* fields omitted */ }

Collects controls together, with (optionally) a margin and/or title.

Methods

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

[src]

Create a new group with the given title.

[src]

Get a copy of the current group title.

[src]

Get a reference to the existing group title.

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for Group
[src]

[src]

Executes the destructor for this type. Read more

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

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Group

impl !Sync for Group