Module tab_bar

Module tab_bar 

Source
Expand description

Displays a TabBar to select the content to be displayed.

You have to manage the logic to show the contend by yourself or you may want to use the Tabs widget instead.

This API requires the following crate features to be activated: tab_bar

Re-exports§

pub use crate::style::Status;
pub use crate::style::StyleFn;
pub use crate::style::tab_bar;
pub use crate::style::tab_bar::Catalog;
pub use crate::style::tab_bar::Style;
pub use tab_label::TabLabel;

Modules§

tab_label
A TabLabel showing an icon and/or a text on a tab.

Structs§

TabBar
A tab bar to show tabs.

Enums§

Position
The Position of the icon relative to text, this enum is only relative if TabLabel::IconText is used.