Trait scribl_widget::TooltipExt[][src]

pub trait TooltipExt<T: Data, W: Widget<T>> {
    fn tooltip<LT: Into<LabelText<T>>>(self, text: LT) -> TooltipHost<T, W>;
}

Required methods

fn tooltip<LT: Into<LabelText<T>>>(self, text: LT) -> TooltipHost<T, W>[src]

Loading content...

Implementors

impl<T: Data, W: Widget<T> + 'static> TooltipExt<T, W> for W[src]

Loading content...