Struct iui::controls::Combobox [] [src]

pub struct Combobox { /* fields omitted */ }

Allows the user to select any one of its options, from a list shown only when selected.

Methods

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

[src]

Create a new Combobox

[src]

Adds a new option to the combination box.

[src]

[src]

Trait Implementations

impl Drop for Combobox
[src]

[src]

Executes the destructor for this type. Read more

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

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Combobox

impl !Sync for Combobox