MFC support for menus. More...
Go to the source code of this file.
Classes | |
| class | vgui_mfc_utils |
| MFC support for menus. More... | |
Defines | |
| #define | ID_MENU_ITEMS 0x8400 |
| Note that the range 0x8000-0x8400 is reserved for dialog box callbacks. | |
| #define | MAX_ITEM_COUNT 0x400 |
Typedefs | |
| typedef void(* | fp )() |
MFC support for menus.
Contains class vgui_mfc_utils
Modifications
04-AUG-2000 Marko Bacic - Initial version.
14-AUG-2000 Marko Bacic - Added support for popup menus
16-MAR-2001 K.Y.McGaul - Added menu accelerators
22-AUG-2001 K.Y.McGaul - Added destructor to fix memory leak: all
menus now deleted.
25-JUL-2006 A. Tamrakar Fixed the "Popup Menu timeout" bug.
Definition in file vgui_mfc_utils.h.
| #define ID_MENU_ITEMS 0x8400 |
Note that the range 0x8000-0x8400 is reserved for dialog box callbacks.
Definition at line 28 of file vgui_mfc_utils.h.
| #define MAX_ITEM_COUNT 0x400 |
Definition at line 29 of file vgui_mfc_utils.h.
| typedef void(* fp)() |
Definition at line 31 of file vgui_mfc_utils.h.
1.7.5.1