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

Enumeration: laWidgetDirtyState_t 

Specifies the different dirty states the widget can be assigned This decides whether the particular widget would be re-drawn or not. Dirty widget are re-drawn and clean are not painted over.

C
typedef enum laWidgetDirtyState_t {
  LA_WIDGET_DIRTY_STATE_CLEAN,
  LA_WIDGET_DIRTY_STATE_CHILD,
  LA_WIDGET_DIRTY_STATE_DIRTY
} laWidgetDirtyState;
Remarks

None.

MPLAB® Harmony Graphics Suite