2 * Acess2 Window Manager v3
3 * - By John Hodge (thePowersGang)
8 #ifndef _WIDGET_MESSAGES_H_
9 #define _WIDGET_MESSAGES_H_
13 // Control (Client->Server) messages
14 MSG_WIDGET_CREATE = 0x1000,
15 MSG_WIDGET_CREATESUBWIN,
24 // Request (Client->Server->Client) messages
27 // Event (Server->Client) messages
49 uint32_t WindowHandle;
51 } tWidgetMsg_CreateSubWin;
61 } tWidgetMsg_SetFocus;
68 } tWidgetMsg_SetFlags;
87 } tWidgetMsg_SetColour;
99 } tWidgetMsg_KeyEvent;
108 } tWidgetMsg_MouseBtn;