Struct winsafe::gui::events::LabelEvents[][src]

pub struct LabelEvents { /* fields omitted */ }
Expand description

Exposes label control notifications.

These event methods are just proxies to the WindowEvents of the parent window, who is the real responsible for the child event handling.

You cannot directly instantiate this object, it is created internally by the control.

Implementations

STN_CLICKED notification.

Sent when the user clicks a static control that has the SS::NOTIFY style.

STN_DBLCLK notification.

Sent when the user double-clicks a static control that has the SS::NOTIFY style.

STN_DISABLE notification.

Sent when a static control is disabled. The static control must have the SS::NOTIFY style to receive this notification code.

STN_ENABLE notification.

Sent when a static control is enabled. The static control must have the SS::NOTIFY style to receive this notification code.

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

Performs the conversion.

Performs the conversion.

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.