Type Definition kas_widgets::RefRowSplitter[][src]

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

A row of widget references

This is parameterised over handler message type.

See documentation of Splitter type.