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

Sets the widget interactive flag

C
LIB_EXPORT laResult laImagePlusWidget_SetInteractive(
    laImagePlusWidget* img, 
    laBool interactive
);
Parameters
Parameters 
Description 
laImagePlusWidget* img 
the widget 
the desired flag value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite