![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <label.h>
Public Attributes | |
void(* | set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |
void(* | set_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text) |
char *(* | get_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
char *(* AddonToKodiFuncTable_kodi_gui_control_label::get_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
void(* AddonToKodiFuncTable_kodi_gui_control_label::set_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text) |
void(* AddonToKodiFuncTable_kodi_gui_control_label::set_visible) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |