Type Alias kas_widgets::BoxTabStack

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

A tabbed stack of boxed widgets

This is a parametrisation of TabStack.

Aliased Type§

struct BoxTabStack<Data> { /* private fields */ }