Usermode/AxWin3 - Fixed bug with underlined items in menus
[tpg/acess2.git] / Usermode / Applications / axwin3_src / include / widget_messages.h
index 1974f3f..53e7dcc 100644 (file)
@@ -13,6 +13,7 @@ enum
        // Control (Client->Server) messages
        MSG_WIDGET_CREATE = 0x1000,
        MSG_WIDGET_DELETE,
+       MSG_WIDGET_SETFOCUS,
        MSG_WIDGET_SETFLAGS,
        MSG_WIDGET_SETSIZE,
        MSG_WIDGET_SETTEXT,
@@ -39,6 +40,11 @@ typedef struct
        uint32_t        WidgetID;
 } tWidgetMsg_Delete;
 
+typedef struct
+{
+       uint32_t        WidgetID;
+} tWidgetMsg_SetFocus;
+
 typedef struct
 {
        uint32_t        WidgetID;

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