pub trait ByIndex { // Required method fn by_index(&self, idx: usize) -> Option<Widget>; }
find a widget by index