MPLAB® Harmony Graphics Suite
|
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.
typedef struct laGroupBoxWidget_t { laWidget widget; laString text; laHAlignment halign; GFXU_ExternalAssetReader* reader; } laGroupBoxWidget;
Members |
Description |
laWidget widget; |
widget base class |
laString text; |
group box title text |
laHAlignment halign; |
group box text alignment |
GFXU_ExternalAssetReader* reader; |
asset reader |
None.
MPLAB® Harmony Graphics Suite
|