Type Definition kas_widgets::BoxRowSplitter[][src]

pub type BoxRowSplitter<M> = BoxSplitter<Right, M>;
Expand description

A row of boxed widgets

This is parameterised over handler message type.

See documentation of Splitter type.