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: ScrollView
tabs: Vec<Tab>
drag_tab_view: View
drag_tab: Tab
page_view: View
tab_fill: Background
_dragging_tab: Option<(PointerMoveEvent, usize)>
_tab_id_alloc: usize
_tab_now_selected: Option<usize>
_tab_last_selected: Option<usize>
_focussed: bool
Implementations
Trait Implementations
Returns the “default value” for a type. Read more