Struct imgui::TabItem[][src]

pub struct TabItem<'a, T> { /* fields omitted */ }

Implementations

Will open or close the tab.

True to display the tab. Tab item is visible by default.

Set the flags of the tab item.

Flags are empty by default

Creates a tab item and runs a closure to construct the contents. Returns the result of the closure, if it is called.

Note: the closure is not called if the tab item is not selected

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.