kodi
Public Attributes | List of all members
AddonToKodiFuncTable_kodi_gui_control_edit Struct Reference

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_text )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text)
 
char *(* get_text )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
void(* set_cursor_position )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, unsigned int position)
 
unsigned int(* get_cursor_position )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
void(* set_input_type )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int type, const char *heading)
 

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