X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2Finclude%2Fwidget_messages.h;h=53e7dcc5fecb04b391a86d83bebfe3dcc117b6f8;hb=7c00f2f9205aeb803f0499c9e88c98048830bea6;hp=1974f3f62f1a940644b879b9edadfb701efc4f54;hpb=036a4cd90bdc323b905d98a52c6f2ff10f0b0ebe;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin3_src/include/widget_messages.h b/Usermode/Applications/axwin3_src/include/widget_messages.h index 1974f3f6..53e7dcc5 100644 --- a/Usermode/Applications/axwin3_src/include/widget_messages.h +++ b/Usermode/Applications/axwin3_src/include/widget_messages.h @@ -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;