pub fn make_focus_chain(length: usize) -> (FocusChain, Vec<ViewRefControl>)
Expand description
Makes a focus chain of the given length, returning both the FocusChain
instance and a vector
of all the corresponding ViewRefControl
s, in the same order.
The ViewRef
s are real, but of course do not correspond to any actual views.