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

Return the alpha enable property of the widget

C
LIB_EXPORT laBool laWidget_GetAlphaEnable(
    laWidget* wgt
);
Parameters
Parameters 
Description 
lawidget* wgt 
the widget 
Returns

laBool - the widget's alpha enable flag value

MPLAB® Harmony Graphics Suite