MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laScreen_ShowHideCallback_FnPtr Type
MPLAB® Harmony Graphics Suite
laScreen_ShowHideCallback_FnPtr Type

Type: laScreen_ShowHideCallback_FnPtr 

Callback pointer for the active screen show or hide event change notification.

C
typedef void (* laScreen_ShowHideCallback_FnPtr)(laScreen*);
MPLAB® Harmony Graphics Suite