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. |