Trait TextInputSetWidgetExt

Source
pub trait TextInputSetWidgetExt {
    // Required method
    fn text_input_set(&mut self, paths: &[&[LiveId]]) -> TextInputSet;
}

Required Methods§

Source

fn text_input_set(&mut self, paths: &[&[LiveId]]) -> TextInputSet

Implementors§

Source§

impl<T> TextInputSetWidgetExt for T
where T: Widget,