[][src]Trait scribl_widget::TooltipExt

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

Required methods

pub 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...