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

Set the property value 'draw background' associated with the widget object

C
LIB_EXPORT laResult laWidget_SetBackgroundType(
    laWidget* wgt, 
    laBackgroundType type
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
laBackgroundType type 
the desired background type 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite