Usermode/AxWin3 - Fiddliing with things
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm_messages.h
1 /*
2  * Acess2 Window Manager v3 (axwin3)
3  * - By John Hodge (thePowersGang)
4  *
5  * include/wm_messages.h
6  * - Core window messages
7  */
8 #ifndef _WM_MESSAGES_H_
9 #define _WM_MESSAGES_H_
10
11 enum eWM_WindowMessages
12 {
13         WNDMSG_NULL,
14         
15         WNDMSG_CREATE,
16         WNDMSG_DESTROY,
17         WNDMSG_FOCUS,   // Called on change
18         WNDMSG_SHOW,    // Called on change
19         
20         WNDMSG_MOUSEMOVE,
21         WNDMSG_MOUSEBTN,
22         WNDMSG_KEYDOWN,
23         WNDMSG_KEYFIRE,
24         WNDMSG_KEYUP,
25         
26         WNDMSG_CLASS_MIN = 0x1000,
27         WNDMSG_CLASS_MAX = 0x2000,
28 };
29
30 #endif

UCC git Repository :: git.ucc.asn.au