Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
AddonToKodiFuncTable_kodi_gui_control_label Struct Reference

#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)
 

Member Data Documentation

◆ get_label

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

◆ set_label

void(* AddonToKodiFuncTable_kodi_gui_control_label::set_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text)

◆ set_visible

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

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