Module tabs

Module tabs 

Source
Expand description

Displays a Tabs widget to select the content to be displayed.

This is a wrapper around the TabBar widget. Unlike the TabBar widget it will also handle the content of the tabs.

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

Re-exports§

pub use crate::tab_bar::Position;
pub use tab_bar_position::TabBarPosition;

Modules§

tab_bar_position
A TabBarPosition for defining the position of a TabBar.

Structs§

Tabs
A Tabs widget for showing a TabBar along with the tab’s content.