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

#include <fade_label.h>

Public Attributes

void(* set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible)
 
void(* add_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text)
 
char *(* get_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
void(* set_scrolling )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool scroll)
 
void(* reset )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 

Member Data Documentation

◆ add_label

void(* AddonToKodiFuncTable_kodi_gui_control_fade_label::add_label) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text)

◆ get_label

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

◆ reset

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

◆ set_scrolling

void(* AddonToKodiFuncTable_kodi_gui_control_fade_label::set_scrolling) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool scroll)

◆ set_visible

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

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