Type Definition kas_widgets::BoxTabStack

source ·
pub type BoxTabStack = TabStack<Box<dyn Widget>>;
Expand description

A tabbed stack of boxed widgets

This is a parametrisation of TabStack.