libc+AxWin3 - RichText rendering, scanf
[tpg/acess2.git] / Usermode / Applications / axwin3_src / include / widget_messages.h
index 0a4b250..f36c729 100644 (file)
@@ -12,6 +12,7 @@ enum
 {
        // Control (Client->Server) messages
        MSG_WIDGET_CREATE = 0x1000,
+       MSG_WIDGET_CREATESUBWIN,
        MSG_WIDGET_DELETE,
        MSG_WIDGET_SETFOCUS,
        MSG_WIDGET_SETFLAGS,
@@ -39,6 +40,16 @@ typedef struct
        char    DebugName[];
 } tWidgetMsg_Create;
 
+typedef struct
+{
+       uint32_t        Parent;
+       uint32_t        NewID;
+       uint32_t        Type;
+       uint32_t        Flags;
+       uint32_t        WindowHandle;
+       char    DebugName[];
+} tWidgetMsg_CreateSubWin;
+
 typedef struct
 {
        uint32_t        WidgetID;

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