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

type BoxRowSplitter<M> = BoxSplitter<Right, M>;

A row of boxed widgets

This is parameterised over handler message type.

See documentation of Splitter type.