MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laWidget_GetBackgroundType Function
MPLAB® Harmony Graphics Suite
laWidget_GetBackgroundType Function

Return the property value 'background type' associated with the widget object The background type property decides if the widget background is drawn and re-drawn. If background is none, the entire parent widget will be re-drawn in the event that the widget gets dirty and needs re-drawing.

C
LIB_EXPORT laBackgroundType laWidget_GetBackgroundType(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

laBackgroundType - the current background type

MPLAB® Harmony Graphics Suite