00001 #ifndef _WINC_MENUITEM 00002 #define _WINC_MENUITEM 00003 00004 namespace WXP { 00010 struct MenuItem { 00011 const char *name; 00012 const char *abbr; 00013 int disp; 00014 }; 00015 } 00016 #endif 00017