Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <button.h>
Public Attributes | |
void(* | set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |
void(* | set_enabled )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled) |
void(* | set_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label) |
char *(* | get_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
void(* | set_label2 )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label) |
char *(* | get_label2 )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
char *(* AddonToKodiFuncTable_kodi_gui_control_button::get_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
char *(* AddonToKodiFuncTable_kodi_gui_control_button::get_label2) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
void(* AddonToKodiFuncTable_kodi_gui_control_button::set_enabled) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled) |
void(* AddonToKodiFuncTable_kodi_gui_control_button::set_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label) |
void(* AddonToKodiFuncTable_kodi_gui_control_button::set_label2) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label) |
void(* AddonToKodiFuncTable_kodi_gui_control_button::set_visible) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |