Go to the source code of this file.
Classes | |
class | CMainWindowInterface |
Interface for the creation of GUIs with the GUI toolkit of the IVT. More... | |
Macros | |
#define | IVT_ALT_KEY 4 |
#define | IVT_CONTROL_KEY 2 |
#define | IVT_SHIFT_KEY 1 |
Typedefs | |
typedef void * | WIDGET_HANDLE |
#define IVT_ALT_KEY 4 |
Definition at line 69 of file MainWindowInterface.h.
#define IVT_CONTROL_KEY 2 |
Definition at line 68 of file MainWindowInterface.h.
#define IVT_SHIFT_KEY 1 |
Definition at line 67 of file MainWindowInterface.h.
typedef void* WIDGET_HANDLE |
Definition at line 53 of file MainWindowInterface.h.