Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches
AddonToKodiFuncTable_kodi_gui_control_fade_label

Public Attributes

void(* add_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text)
 
char *(* get_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
void(* reset )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
void(* set_scrolling )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool scroll)
 
void(* set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible)
 

Member Data Documentation

◆ set_visible

void(* set_visible) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible)

◆ add_label

void(* add_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text)

◆ get_label

char *(* get_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)

◆ set_scrolling

void(* set_scrolling) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool scroll)

◆ reset

void(* reset) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)

The documentation for this struct was generated from the following file: