diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-02 01:53:30 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-02 01:53:30 +0000 |
commit | 98164e7547f7ea21204e69885158cd0494e08c5d (patch) | |
tree | 24d0957da8fb5fd68481e10d442cfbb534ff4494 /src/test/dialog.h | |
parent | effc648f262bd3bd7b57d4e76db2f768510be55c (diff) |
Added simple support for dialog menus
Diffstat (limited to 'src/test/dialog.h')
-rw-r--r-- | src/test/dialog.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |