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

type RefColumnSplitter<'a, M> = RefSplitter<'a, Down, M>;

A column of widget references

This is parameterised over handler message type.

See documentation of Splitter type.