e4f09ed61dc70c5df21cd116e7e6b82b2b0bbf38
[tpg/acess2.git] / Usermode / Applications / axwin3_src / include / widget_messages.h
1 /*
2  * Acess2 Window Manager v3
3  * - By John Hodge (thePowersGang)
4  *
5  * widget_messages.h
6  * - AxWin2 Widget port
7  */
8 #ifndef _WIDGET_MESSAGES_H_
9 #define _WIDGET_MESSAGES_H_
10
11 enum
12 {
13         MSG_WIDGET_CREATE,
14         MSG_WIDGET_DELETE,
15         MSG_WIDGET_SETTEXT
16 };
17
18
19 typedef struct
20 {
21         uint32_t        Parent;
22         uint32_t        NewID;
23         char    DebugName[];
24 } tWidgetMsg_Create;
25
26 #endif
27

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