mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-09 10:53:27 +00:00
messagebox
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@257 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -38,4 +38,29 @@ enum MwALIGNMENT {
|
||||
*/
|
||||
#define MwDEFAULT 0x0fffffff
|
||||
|
||||
/*!
|
||||
* %brief Icon mask
|
||||
*/
|
||||
#define MwMB_ICONMASK 0xf
|
||||
|
||||
/*!
|
||||
* %brief Warning icon
|
||||
*/
|
||||
#define MwMB_ICONWARNING 0x1
|
||||
|
||||
/*!
|
||||
* %brief Information icon
|
||||
*/
|
||||
#define MwMB_ICONINFO 0x2
|
||||
|
||||
/*!
|
||||
* %brief Note icon
|
||||
*/
|
||||
#define MwMB_ICONNOTE 0x3
|
||||
|
||||
/*!
|
||||
* %brief Question icon
|
||||
*/
|
||||
#define MwMB_ICONQUESTION 0x4
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user