Type Definition kas_widgets::BoxStack

source ·
pub type BoxStack = Stack<Box<dyn Widget>>;
Expand description

A stack of boxed widgets

This is a parametrisation of Stack.