use UIWindowsAndMessaging as winmsg;
/// `E.1` BN_CLICKED
///
/// sent to the parent window when the user clicks a button
pub use BN_CLICKED;
/// `E.2` BN_DISABLE
///
/// sent to the parent window when a button is disabled
pub use BN_DISABLE;
/// `E.3` BN_DOUBLECLICKED
///
/// sent to the parent window when the user double-clicks a button
pub use BN_DOUBLECLICKED;
/// `E.4` BN_HILITE
///
/// sent to the parent window when the user highlights a button
pub use BN_HILITE;
/// `E.5` BN_PAINT
///
/// sent to the parent window when a button should be painted
pub use BN_PAINT;
/// `E.6` BN_UNHILITE
///
/// sent to the parent window when the highlight should be removed from a button
pub use BN_UNHILITE;