AxWin3 - More RichText work
[tpg/acess2.git] / Usermode / Applications / axwin3_src / include / richtext_messages.h
index 6dcf9a2..a440592 100644 (file)
@@ -28,9 +28,15 @@ enum
        MSG_RICHTEXT_ADDLINE,
        
        // Events
-       
-       MSG_RICHTEXT_SENDLINE,  // Bi-directional
-       MSG_RICHTEXT_REQLINE    // Bi-directional
+       MSG_RICHTEXT_KEYPRESS,
+       MSG_RICHTEXT_MOUSEBTN,
+
+       // Bi-directional messages
+       // - Sent by server to get a line that is not cached
+       // - Sent by client to read line contents
+       MSG_RICHTEXT_REQLINE,
+       // - Response to _REQLINE
+       MSG_RICHTEXT_SENDLINE,
 };
 
 struct sRichTextMsg_SetAttr

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