|
|
char *(* | get_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
| |
|
char *(* | get_label2 )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
| |
|
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) |
| |
|
void(* | set_label2 )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label) |
| |
|
void(* | set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |
| |
◆ set_visible
| void(* set_visible) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |
◆ set_enabled
| void(* set_enabled) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled) |
◆ set_label
| void(* set_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label) |
◆ get_label
| char *(* get_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
◆ set_label2
| void(* set_label2) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label) |
◆ get_label2
| char *(* get_label2) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
The documentation for this struct was generated from the following file:
- /github/workspace/xbmc/addons/kodi-dev-kit/include/kodi/c-api/gui/controls/button.h