Main Page | Namespaces | Classes | Compounds | Files | Compound Members | Related GUIToolkit Namespace ReferenceWrapper classes for Windows API GUI calls. GUIToolkit is a simple Graphical User Interface framework, consisting of wrapper classes for standard windows API calls. More...
Detailed DescriptionWrapper classes for Windows API GUI calls. GUIToolkit is a simple Graphical User Interface framework, consisting of wrapper classes for standard windows API calls.
The GUI as of now supports the following components (derived from the Component class):
All components should be placed on a WinForm component. In order to capture events the user must supply a class implementing the interface EventHandler. A GUIControl object must be instantiated before any use of the GUI framework. Example: GUIControl * myGUIControl = new GUIControl(hInstance, nCmdShow);
Example usage of the framework can be found in the namespace SynthGUI.
Docs made by Doxygen. Email: Mikael Christensen |