MPLAB® Harmony Graphics Suite
|
Set the alpha enable property of the widget with the boolean value specified
LIB_EXPORT laResult laWidget_SetAlphaEnable( laWidget* wgt, laBool enable );
Parameters |
Description |
lawidget* wgt |
the widget |
laBool enable |
the desired alpha enable flag value |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|