use UIWindowsAndMessaging as winmsg;
/// `D.1` BM_GETCHECK
///
/// sent to a button to get its check state
pub use BM_GETCHECK;
/// `D.2` BM_GETSTATE
///
/// sent to a button to get information about its current state
pub use BM_GETSTATE;
/// `D.3` BM_SETCHECK
///
/// sent to a button to set its current check state
pub use BM_SETCHECK;
/// `D.4` BM_SETSTATE
///
/// sent to a button to set its current highlight state
pub use BM_SETSTATE;
/// `D.5` BM_SETSTYLE
///
/// sent to a button to set its style
pub use BM_SETSTYLE;