The Win component provides GUI bindings for Windows (.NET/MFC/Win32) applications. More...
Classes | |
class | cee::win::OpenGLContextSpecWin |
Specification class for creation of a Windows OpenGL context. More... | |
class | cee::win::ViewerWin32 |
Subclass of viewers for setting up the OpenGL render context for Win32 applications. More... | |
class | cee::win::ViewerWindowed |
Create a Win32 viewer with its own OpenGL (sub) window. More... | |
class | cee::win::WinComponent |
Static class for initialization of the component. More... | |
The Win component provides GUI bindings for Windows (.NET/MFC/Win32) applications.
The WinComponent contains two viewers that can be used to display Ceetron Desktop Components in a Win32 application:
ViewerWin32 A Win32 viewer using a specified window to create a compatible context in
ViewerWindowed A Win32 viewer with its own private sub window and render context.