logo

Function iced::pure::tooltip

source · []
pub fn tooltip<'a, Message, Renderer>(
    content: impl Into<Element<'a, Message, Renderer>>,
    tooltip: impl ToString,
    position: Position
) -> Tooltip<'a, Message, Renderer> where
    Renderer: Renderer
Available on crate feature pure only.
Expand description

Creates a new Tooltip with the provided content, tooltip text, and tooltip::Position.