// DClock window

#define MENU_DCLOCK     0   // DCLock menu
#define  MENU_SECONDS    0
#define  MENU_24H        1
#define  MENU_DATE       2
#define  MENU_DDMMYY     3
#define  MENU_ALARMON    4
#define  MENU_TIMERON    5
//       ~~~~~~~~~~~~~~~~~
#define  MENU_SETALARM   7
#define  MENU_SETTIMER   8
//       ~~~~~~~~~~~~~~~~~
#define  MENU_ALARMCMD  10
#define  MENU_TIMERCMD  11
//       ~~~~~~~~~~~~~~~~~
#define  MENU_SAVEPREFS 13
//       ~~~~~~~~~~~~~~~~~
#define  MENU_ABOUT     15
//       ~~~~~~~~~~~~~~~~~
#define  MENU_QUIT      17

#define MENU_WINDOW     1   // Window menu
#define  MENU_FOREGROUND 0
#define   MENU_COLOR0    0
#define   MENU_COLOR1    1
#define   MENU_COLOR2    2
#define   MENU_COLOR3    3
#define  MENU_BACKGROUND 1
//       ~~~~~~~~~~~~~~~~~
#define  MENU_DRAGBAR    3
#define  MENU_ACTIVATE   4
//       ~~~~~~~~~~~~~~~~~
#define  MENU_ICONIFY    6

