Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <text_box.h>
Public Attributes | |
void(* | set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |
void(* | reset )(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(* | scroll )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, unsigned int scroll) |
void(* | set_auto_scrolling )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int delay, int time, int repeat) |
char *(* AddonToKodiFuncTable_kodi_gui_control_text_box::get_text) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
void(* AddonToKodiFuncTable_kodi_gui_control_text_box::reset) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
void(* AddonToKodiFuncTable_kodi_gui_control_text_box::scroll) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, unsigned int scroll) |
void(* AddonToKodiFuncTable_kodi_gui_control_text_box::set_auto_scrolling) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int delay, int time, int repeat) |
void(* AddonToKodiFuncTable_kodi_gui_control_text_box::set_text) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text) |
void(* AddonToKodiFuncTable_kodi_gui_control_text_box::set_visible) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |