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

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

Exposes status bar 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

NM_CLICK notification.

Notifies that the user has clicked the left mouse button within the control.

NM_DBLCLK notification.

Notifies that the user has double-clicked the left mouse button within the control.

NM_RCLICK notification.

Notifies that the user has clicked the right mouse button within the control.

NM_RDBLCLK notification.

Notifies that the user has double-clicked the right mouse button within the control.

SBN_SIMPLEMODECHANGE notification.

Sent by a status bar control when the simple mode changes due to a sb::Simple message.

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.