[−][src]Struct native_windows_gui::ToolTipTextData
A wrapper structure that sets the tooltip text on an OnTooltipText callback
Implementations
impl ToolTipTextData[src]
pub fn keep(&self, keep: bool)[src]
Tells the application to save the text value of the callback
The OnTooltipText will not be called a second time for the associated control
pub fn set_text<'b>(&self, text: &'b str)[src]
Sets the text of the callback. This function will copy the text. WINAPI does not easily allow tooltips with more than 79 characters (80 with NULL) With a text > 79 characters, this method will do nothing.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ToolTipTextData[src]
impl !Send for ToolTipTextData[src]
impl !Sync for ToolTipTextData[src]
impl Unpin for ToolTipTextData[src]
impl UnwindSafe for ToolTipTextData[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,