RADIOBUTTON Structure

Microchip Graphics Library

Microchip Graphics Library
RADIOBUTTON Structure
C
typedef struct {
  OBJ_HEADER hdr;
  OBJ_HEADER * pHead;
  OBJ_HEADER * pNext;
  SHORT textHeight;
  XCHAR * pText;
} RADIOBUTTON;
Overview

the structure contains data for the Radio Button

Members
Members 
Description 
OBJ_HEADER hdr; 
Generic header for all Objects (see OBJ_HEADER). 
OBJ_HEADER * pHead; 
Pointer to the first Radio Button in the group 
OBJ_HEADER * pNext; 
Pointer to the next Radio Button in the group 
SHORT textHeight; 
Pre-computed text height 
XCHAR * pText; 
Pointer to the text 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved