Trait TextFlowSetWidgetExt

Source
pub trait TextFlowSetWidgetExt {
    // Required method
    fn text_flow_set(&mut self, paths: &[&[LiveId]]) -> TextFlowSet;
}

Required Methods§

Source

fn text_flow_set(&mut self, paths: &[&[LiveId]]) -> TextFlowSet

Implementors§

Source§

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