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

Set the hide call back event function pointer for the specified screen

C
LIB_EXPORT laResult laScreen_SetHideEventCallback(
    laScreen* scr, 
    laScreen_ShowHideCallback_FnPtr cb
);
Parameters
Parameters 
Description 
laScreen* scr 
the screen to modify laScreen_ShowHideCallback_FnPtr 
Returns
MPLAB® Harmony Graphics Suite