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 {
31 MSG_RICHTEXT_KEYPRESS,
32 MSG_RICHTEXT_MOUSEBTN,
34 // Bi-directional messages
35 // - Sent by server to get a line that is not cached
36 // - Sent by client to read line contents
38 // - Response to _REQLINE
39 MSG_RICHTEXT_SENDLINE,
42 struct sRichTextMsg_SetAttr
48 struct sRichTextMsg_SetFont
54 struct sRichTextMsg_AddDelLine
59 struct sRichTextMsg_ReqLine
64 struct sRichTextMsg_SendLine