[][src]Type Definition kas::widget::BoxColumnSplitter

type BoxColumnSplitter<M> = BoxSplitter<Down, M>;

A column of boxed widgets

This is parameterised over handler message type.

See documentation of Splitter type.