Mercurial > hg > xemacs-beta
comparison src/menubar-msw.c @ 420:41dbb7a9d5f2 r21-2-18
Import from CVS: tag r21-2-18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:24:09 +0200 |
parents | e804706bfb8c |
children |
comparison
equal
deleted
inserted
replaced
419:66615b78f1a5 | 420:41dbb7a9d5f2 |
---|---|
114 #define MENU_ITEM_ID_MIN 0x8000 | 114 #define MENU_ITEM_ID_MIN 0x8000 |
115 #define MENU_ITEM_ID_MAX 0xFFFF | 115 #define MENU_ITEM_ID_MAX 0xFFFF |
116 #define MENU_ITEM_ID_BITS(x) (((x) & 0x7FFF) | 0x8000) | 116 #define MENU_ITEM_ID_BITS(x) (((x) & 0x7FFF) | 0x8000) |
117 static HMENU top_level_menu; | 117 static HMENU top_level_menu; |
118 | 118 |
119 #define MAX_MENUITEM_LENGTH 128 | |
120 | |
121 /* | 119 /* |
122 * This returns Windows-style menu item string: | 120 * This returns Windows-style menu item string: |
123 * "Left Flush\tRight Flush" | 121 * "Left Flush\tRight Flush" |
124 */ | 122 */ |
125 static char* | 123 static char* |