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

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

Member Data Documentation

◆ get_text

char *(* AddonToKodiFuncTable_kodi_gui_control_text_box::get_text) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)

◆ reset

void(* AddonToKodiFuncTable_kodi_gui_control_text_box::reset) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)

◆ scroll

void(* AddonToKodiFuncTable_kodi_gui_control_text_box::scroll) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, unsigned int scroll)

◆ set_auto_scrolling

void(* AddonToKodiFuncTable_kodi_gui_control_text_box::set_auto_scrolling) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int delay, int time, int repeat)

◆ set_text

void(* AddonToKodiFuncTable_kodi_gui_control_text_box::set_text) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text)

◆ set_visible

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

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