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

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

C
LIB_EXPORT laResult laScreen_SetShowEventCallback(
    laScreen* scr, 
    laScreen_ShowHideCallback_FnPtr cb
);
Parameters
Parameters 
Description 
laScreen* scr 
the screen to modify 
the function pointer to use 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite