Struct native_windows_gui::ToolTipTextData [−][src]
pub struct ToolTipTextData { /* fields omitted */ }Expand description
A wrapper structure that sets the tooltip text on an OnTooltipText callback
Implementations
Tells the application to save the text value of the callback
The OnTooltipText will not be called a second time for the associated control
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ToolTipTextDataimpl !Send for ToolTipTextDataimpl !Sync for ToolTipTextDataimpl Unpin for ToolTipTextDataimpl UnwindSafe for ToolTipTextData