MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_SetShaded Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_SetShaded Function
C
LIB_EXPORT laResult laListWheelWidget_SetShaded(
    laListWheelWidget* whl, 
    laBool b
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
laBool b 
true if gradient shading should be used 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite