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

Sets the scheme variable for the specified widget. The scheme defines the appearance of the widget. Setting this to NULL may result in undefined behavior if the widget doesn't properly support a NULL scheme.

C
LIB_EXPORT laResult laWidget_SetScheme(
    laWidget* wgt, 
    laScheme* scheme
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
laScheme* scheme 
a pointer to a scheme or NULL 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite