pub struct ToolTipTextData { /* private fields */ }
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

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.