MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laGroupBoxWidget Structure
MPLAB® Harmony Graphics Suite
laGroupBoxWidget Structure

Enumeration: laGroupBoxWidget_t 

A group box is a widget that is similar to a basic panel but provides a line border and title text. Used for grouping and describing widgets of similar function.

C
typedef struct laGroupBoxWidget_t {
  laWidget widget;
  laString text;
  laHAlignment halign;
  GFXU_ExternalAssetReader* reader;
} laGroupBoxWidget;
Members
Members 
Description 
laWidget widget; 
widget base class 
laString text; 
group box title text 
laHAlignment halign; 
group box text alignment 
GFXU_ExternalAssetReader* reader; 
asset reader 
Remarks

None.

MPLAB® Harmony Graphics Suite