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

Returns the scheme associated with the specified widget

C
LIB_EXPORT laScheme* laWidget_GetScheme(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

laScheme* - a pointer to the active scheme for a widget

MPLAB® Harmony Graphics Suite