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

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

Exposes list box 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

LBN_DBLCLK notification.

Notifies the application that the user has double-clicked an item in a list box.

LBN_ERRSPACE notification.

Notifies the application that the list box cannot allocate enough memory to meet a specific request.

LBN_KILLFOCUS notification.

Notifies the application that the list box has lost the keyboard focus.

LBN_SELCANCEL notification.

Notifies the application that the user has canceled the selection in a list box.

LBN_SELCHANGE notification.

Notifies the application that the selection in a list box has changed as a result of user input.

LBN_SETFOCUS notification.

Notifies the application that the list box has received the keyboard focus.

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.