MB_OK top-level constant

  1. @Deprecated('Use MESSAGEBOX_STYLE.MB_OK instead')
int const MB_OK

The message box contains one push button: OK. This is the default.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_OK instead')
const MB_OK = 0x00000000;