The MFC implementation of vgui_dialog_impl. More...
Go to the source code of this file.
Classes | |
| class | vgui_mfc_dialog_impl |
| The MFC implementation of vgui_dialog_impl. More... | |
Defines | |
| #define | MAX_ITEMS 255 |
| #define | ID_BROWSE_FILES 0x8000 |
| #define | ID_CHOOSE_COLOUR 0x8100 |
| #define | ID_EDIT 0x8200 |
| #define | ID_COMBOBOX 0x8300 |
The MFC implementation of vgui_dialog_impl.
Modifications
31-JUL-2000 Marko Bacic - Initial version.
03-MAR-2001 K.Y.McGaul - Added correct modifiers to key press/release events
- Set checkboxes to display current value correctly
22-AUG-2001 K.Y.McGaul - Fixed memory leak: font is now deleted.
19-SEP-2001 K.Y.McGaul & Marko Bacic - Finally got inline tableau working!
16-NOV-2007 Gamze Tunali - private methods are now protected
vgui_mfc_dialog_extensions_impl is inheriting from
Definition in file vgui_mfc_dialog_impl.h.
| #define ID_BROWSE_FILES 0x8000 |
Definition at line 32 of file vgui_mfc_dialog_impl.h.
| #define ID_CHOOSE_COLOUR 0x8100 |
Definition at line 34 of file vgui_mfc_dialog_impl.h.
| #define ID_COMBOBOX 0x8300 |
Definition at line 38 of file vgui_mfc_dialog_impl.h.
| #define ID_EDIT 0x8200 |
Definition at line 36 of file vgui_mfc_dialog_impl.h.
| #define MAX_ITEMS 255 |
Definition at line 29 of file vgui_mfc_dialog_impl.h.
1.7.5.1