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
15 IPC_WIDGET_CREATESUBWIN,
43 uint32_t WindowHandle;
45 } tWidgetIPC_CreateSubWin;
55 } tWidgetIPC_SetFocus;
62 } tWidgetIPC_SetFlags;
81 } tWidgetIPC_SetColour;
85 // Event (Server->Client) messages
86 MSG_WIDGET_FIRE = 0x1000,
103 } tWidgetMsg_KeyEvent;
112 } tWidgetMsg_MouseBtn;