From 98164e7547f7ea21204e69885158cd0494e08c5d Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 2 Apr 2005 01:53:30 +0000 Subject: Added simple support for dialog menus --- src/test/dialog.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/test/dialog.h') diff --git a/src/test/dialog.h b/src/test/dialog.h index 5b08673..7123816 100644 --- a/src/test/dialog.h +++ b/src/test/dialog.h @@ -11,3 +11,11 @@ #define IDDIRTXT 11 #define IDDIRBUT 12 #define IDCOMBO 13 +#define IDMENU 14 +#define IDMENUFILE 15 +#define IDMENULOAD 16 +#define IDMENUSAVE 17 +#define IDMENUQUIT 18 +#define IDMENUTEST 19 +#define IDMENUTESTITEM1 20 +#define IDMENUTESTITEM2 21 -- cgit v1.2.3