Type Definition kas::widgets::BoxRowSplitter

source ·
pub type BoxRowSplitter = Splitter<Right, Box<dyn Widget + 'static, Global>>;
Expand description

A row of boxed widgets

This is parameterised over handler message type.

See documentation of Splitter type.