A graphics window setup structure. An instance of this class is
passed to the function createGW() to create a new
graphics window.
#include <gfx.h>

Public Member Functions |
|
| DllExport | GWinSetup () |
Public Attributes |
|
| MCHAR | caption [GW_MAX_CAPTION_LEN] |
| MCHAR | renderer [GW_MAX_FILE_LEN] |
| MCHAR | device [GW_MAX_FILE_LEN] |
| DWORD | winStyle |
| POINT | size |
| POINT | place |
| INT_PTR | id |
| int | type |
| bool | quietMode |
| DllExport GWinSetup | ( | ) |
| MCHAR caption[GW_MAX_CAPTION_LEN] |
| MCHAR renderer[GW_MAX_FILE_LEN] |
| MCHAR device[GW_MAX_FILE_LEN] |
| INT_PTR id |