2 * Acess2 Window Manager v3
3 * - By John Hodge (thePowersGang)
6 * - Formatted Text Field
8 #ifndef _RICHTEXT_MESSAGES_H_
9 #define _RICHTEXT_MESSAGES_H_
11 enum eRichText_Attrs {
22 enum eRichText_IPCCalls
28 IPC_RICHTEXT_WRITELINE, // Set line contents
29 IPC_RICHTEXT_READLINE, // Request line contents
33 struct sRichTextIPC_SetAttr
39 struct sRichTextIPC_SetFont
45 struct sRichTextIPC_AddDelLine
50 struct sRichTextIPC_ReadLine
55 struct sRichTextIPC_WriteLine
64 MSG_RICHTEXT_KEYPRESS = 0x1000,
65 MSG_RICHTEXT_MOUSEBTN,
67 // Sent by server to get a line that is not cached (expects IPC WRITELINE)
69 // Response to IPC READLINE
70 MSG_RICHTEXT_LINEDATA,
73 struct sRichTextMsg_ReqLine
78 struct sRichTextMsg_LineData