Usermode/AxWin3 - Fiddliing with things
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / renderer_widget.h
1 /*
2  * Acess2 Window Manager v3
3  * - By John Hodge (thePowersGang)
4  *
5  * render_widget.h
6  * - AxWin2 Widget port
7  */
8 #ifndef _RENDERER_WIDGET_H_
9 #define _RENDERER_WIDGET_H_
10
11 #include <wm_renderer.h>
12
13 enum
14 {
15         MSG_WIDGET_CREATE,
16         MSG_WIDGET_DELETE,
17         MSG_WIDGET_SETTEXT
18 };
19
20 #endif
21

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