Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <fade_label.h>
Public Attributes | |
void(* | set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |
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(* | set_scrolling )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool scroll) |
void(* | reset )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
void(* AddonToKodiFuncTable_kodi_gui_control_fade_label::add_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text) |
char *(* AddonToKodiFuncTable_kodi_gui_control_fade_label::get_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
void(* AddonToKodiFuncTable_kodi_gui_control_fade_label::reset) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
void(* AddonToKodiFuncTable_kodi_gui_control_fade_label::set_scrolling) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool scroll) |
void(* AddonToKodiFuncTable_kodi_gui_control_fade_label::set_visible) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |