Ticket #11245: message output (2)

File message output (2), 1.1 KB (added by edglex, 10 years ago)
Line 
1BMessage('mfil') {
2 type items = BMessage(0x0) {
3 type = string("Sounds", 7 bytes)
4 item[0] = string("Beep", 5 bytes)
5 item[1] = string("Error notification", 19 bytes)
6 item[2] = string("Important notification", 23 bytes)
7 item[3] = string("Information notification", 25 bytes)
8 item[4] = string("Key down", 9 bytes)
9 item[5] = string("Key repeat", 11 bytes)
10 item[6] = string("Key up", 7 bytes)
11 item[7] = string("Mouse down", 11 bytes)
12 item[8] = string("Mouse up", 9 bytes)
13 item[9] = string("Progress notification", 22 bytes)
14 item[10] = string("Startup", 8 bytes)
15 item[11] = string("Window activated", 17 bytes)
16 item[12] = string("Window close", 13 bytes)
17 item[13] = string("Window minimized", 17 bytes)
18 item[14] = string("", 0 bytes)
19 item[15] = string("", 0 bytes)
20 item[16] = string("", 0 bytes)