C
typedef struct { OBJ_HEADER hdr; SHORT textHeight; XCHAR * pText; void * pBitmap; } WINDOW;
Overview
The structure contains data for the window
Members
Members |
Description |
OBJ_HEADER hdr; |
Generic header for all Objects (see OBJ_HEADER). |
SHORT textHeight; |
Pre-computed text height |
XCHAR * pText; |
Pointer to the title text |
void * pBitmap; |
Pointer to the bitmap for the title bar |