11 #ifndef C_API_GUI_CONTROLS_FADE_LABEL_H 
   12 #define C_API_GUI_CONTROLS_FADE_LABEL_H 
   14 #include "../definitions.h" 
   23     void (*set_visible)(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, 
bool visible);
 
   24     void (*add_label)(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, 
const char* text);
 
   25     char* (*get_label)(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle);
 
   26     void (*set_scrolling)(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, 
bool scroll);
 
   27     void (*reset)(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle);