pub struct DynamicTabViewer {}
👎Deprecated
Expand description

For use with crate::DockArea::show when using DynamicTree.

Trait Implementations§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Actual tab content.
Content inside context_menu.
The title to be displayed.
This is called when the tabs close button is pressed. Read more
This is called every frame after ui is called (if the tab is active). Read more
Whether the tab will be cleared with the color specified in Style::tab_background_color
This is called when the tabs add button is pressed. Read more
Content of add_popup. Displays a popup under the add button. Useful for selecting what type of tab to add. Read more
Sets the margins between tab’s borders and its contents.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.