Struct notation_model::tab_bar::TabBar
source ·
[−]pub struct TabBar {
pub tab: Weak<Tab>,
pub section: Arc<Section>,
pub lanes: Vec<Arc<BarLane>>,
pub model: Arc<Bar>,
pub props: TabBarProps,
}Fields
tab: Weak<Tab>section: Arc<Section>lanes: Vec<Arc<BarLane>>model: Arc<Bar>props: TabBarProps