Namespace with a singleton vgui_toolkit instance. More...
#include "dll.h"#include <vcl_string.h>#include <vcl_iosfwd.h>Go to the source code of this file.
Classes | |
| class | vgui |
| Namespace with a singleton vgui_toolkit instance. More... | |
Functions | |
| int | vgui_register_all_implementations () |
| Registers all the available toolkit implementations. | |
Namespace with a singleton vgui_toolkit instance.
Modifications
30-SEP-1999 P.Pritchett - Initial version.
26 Oct 1999 fsm. various changes to facilitate the port of old impl code.
30-AUG-2000 Marko Bacic, Oxford RRG -- Added flags to support MFC accel.
26-APR-2002 K.Y.McGaul - Added some doxygen style comments.
16-NOV_2007 Gamze Tunali - Added a new type of dialog called dialog_extensions
Definition in file vgui.h.
| int vgui_register_all_implementations | ( | ) |
Registers all the available toolkit implementations.
This function is called from vgui.cxx.
Definition at line 60 of file vgui_register_all.cxx.
1.7.5.1