GROUPBOX Structure

Microchip Graphics Library

Microchip Graphics Library
GROUPBOX Structure
C
typedef struct {
  OBJ_HEADER hdr;
  SHORT textWidth;
  SHORT textHeight;
  XCHAR * pText;
} GROUPBOX;
Overview

Defines the parameters required for a group box Object. The textwidth and textHeight is not checked with the actual dimension of the object. Clipping is not supported in group box object. It is possible for the text to exceed the dimension of the Object.

Members
Members 
Description 
OBJ_HEADER hdr; 
Generic header for all Objects (see OBJ_HEADER). 
SHORT textWidth; 
Pre-computed text width. 
SHORT textHeight; 
Pre-computed text height. 
XCHAR * pText; 
Text string used. 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved