MPLAB® Harmony Graphics Suite
|
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.
typedef enum laWidgetDirtyState_t { LA_WIDGET_DIRTY_STATE_CLEAN, LA_WIDGET_DIRTY_STATE_CHILD, LA_WIDGET_DIRTY_STATE_DIRTY } laWidgetDirtyState;
None.
MPLAB® Harmony Graphics Suite
|