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

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

Exposes month calendar 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

MCN_GETDAYSTATE notification.

Sent by a month calendar control to request information about how individual days should be displayed. This notification code is sent only by month calendar controls that use the MCS_DAYSTATE style

MCN_GETDAYSTATE notification.

Sent by a month calendar control when the currently selected date or range of dates changes.

MCN_SELECT notification.

Sent by a month calendar control when the user makes an explicit date selection within a month calendar control.

MCN_VIEWCHANGE notification.

Sent by a month calendar control when the current view changes.

NM_RELEASEDCAPTURE notification.

Notifies that the control is releasing mouse capture.

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.