Trait TooltipWidgetRefExt

Source
pub trait TooltipWidgetRefExt {
    // Required methods
    fn tooltip(&self, path: &[LiveId]) -> TooltipRef;
    fn as_tooltip(&self) -> TooltipRef;
}

Required Methods§

Source

fn tooltip(&self, path: &[LiveId]) -> TooltipRef

Source

fn as_tooltip(&self) -> TooltipRef

Implementors§