Added menu property to change number color

This commit is contained in:
Steve Dudenhoeffer
2007-04-18 04:20:48 +00:00
parent 51f8d7f84e
commit 1ed1d0005c
3 changed files with 57 additions and 16 deletions

View File

@@ -50,6 +50,7 @@
#define MPROP_ORDER 7
#define MPROP_NOCOLORS 8
#define MPROP_PADMENU 9
#define MPROP_SET_NUMBER_COLOR 10
typedef int (*MENUITEM_CALLBACK)(int, int, int);
@@ -94,6 +95,7 @@ public:
String m_OptNames[4];
String m_ItemColor;
bool m_NeverExit;
bool m_AutoColors;