Trait InkCompoundWidget

Source
pub trait InkCompoundWidget:
    InkWidget
    + InkChildren
    + Debug { }

Trait Implementations§

Source§

impl ByIndex for &dyn InkCompoundWidget

Source§

fn by_index(&self, idx: usize) -> Option<Widget>

find a widget by index
Source§

impl ByName for &dyn InkCompoundWidget

Source§

fn by_name(&self, name: &str) -> Option<(usize, Widget)>

find a widget by name

Implementors§