|
Types of buttons for Wnd::MessageBox. |
|
Return values from Wnd::MessageBox. |
|
Describes a window's pixel format. The second parameter to Wnd::Create() requires a PixelFormat value. A PixelFormat specifies the properties of the OpenGL frame buffer requested by the application. If the requested PixelFormat is not supported on the current platform, the call to Create() will fail. Combine flags with the bitwise OR operator. Combining values of the same type (e.g. PF_COLOR_SIZE_16 | PF_COLOR_SIZE_8) has undefined results. Most programs will use either PF_DEFAULT or PF_DEFAULT_3D.
|
|
Describes the current state of a window.
|
|
Describes a window style.
|