WINDOW Structure

Microchip Graphics Library

Microchip Graphics Library
WINDOW Structure
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 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved