GWinSetup Class Reference
 
 
 
GWinSetup Class Reference

#include <gfx.h>

Inheritance diagram for GWinSetup:
MaxHeapOperators

Class Description

A graphics window setup structure. An instance of this class is passed to the function createGW() to create a new graphics window.

See also:
GraphicsWindow

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

Constructor & Destructor Documentation

DllExport GWinSetup ( )

Member Data Documentation

MCHAR caption[GW_MAX_CAPTION_LEN]
MCHAR renderer[GW_MAX_FILE_LEN]
MCHAR device[GW_MAX_FILE_LEN]