Struct zaplib_components::TabControl
source · [−]pub struct TabControl {
pub tabs_view: ScrollView,
pub tabs: Vec<Tab>,
pub drag_tab_view: View,
pub drag_tab: Tab,
pub page_view: View,
pub tab_fill: Background,
pub _dragging_tab: Option<(PointerMoveEvent, usize)>,
pub _tab_id_alloc: usize,
pub _tab_now_selected: Option<usize>,
pub _tab_last_selected: Option<usize>,
pub _focussed: bool,
}Fields
tabs_view: ScrollViewtabs: Vec<Tab>drag_tab_view: Viewdrag_tab: Tabpage_view: Viewtab_fill: Background_dragging_tab: Option<(PointerMoveEvent, usize)>_tab_id_alloc: usize_tab_now_selected: Option<usize>_tab_last_selected: Option<usize>_focussed: boolImplementations
Trait Implementations
Returns the “default value” for a type. Read more