Trait ToolTip

Source
pub trait ToolTip {
    // Required method
    fn tooltip(&self) -> &'static str;
}
Expand description

Trait for controls that have a tooltip.

Required Methods§

Source

fn tooltip(&self) -> &'static str

The tooltip for this control.

Implementors§