Usermode/AxWin3 - Cleaning up bugs, adding image loading and text printing
[tpg/acess2.git] / Usermode / Applications / axwin3_src / include / widget_messages.h
index fa2013a..c6c7cdc 100644 (file)
@@ -12,6 +12,7 @@ enum
 {
        MSG_WIDGET_CREATE = 0x1000,
        MSG_WIDGET_DELETE,
+       MSG_WIDGET_SETFLAGS,
        MSG_WIDGET_SETSIZE,
        MSG_WIDGET_SETTEXT,
        MSG_WIDGET_SETCOLOUR
@@ -32,6 +33,13 @@ typedef struct
        uint32_t        WidgetID;
 } tWidgetMsg_Delete;
 
+typedef struct
+{
+       uint32_t        WidgetID;
+       uint32_t        Value;
+       uint32_t        Mask;
+} tWidgetMsg_SetFlags;
+
 typedef struct
 {
        uint32_t        WidgetID;

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