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

type RefRowSplitter<'a, M> = RefSplitter<'a, Right, M>;

A row of widget references

This is parameterised over handler message type.

See documentation of Splitter type.