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

#include <radio_button.h>

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 *text)
 
char *(* get_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
void(* set_selected )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool selected)
 
bool(* is_selected )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 

Member Data Documentation

◆ get_label

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

◆ is_selected

bool(* AddonToKodiFuncTable_kodi_gui_control_radio_button::is_selected) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)

◆ set_enabled

void(* AddonToKodiFuncTable_kodi_gui_control_radio_button::set_enabled) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled)

◆ set_label

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

◆ set_selected

void(* AddonToKodiFuncTable_kodi_gui_control_radio_button::set_selected) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool selected)

◆ set_visible

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

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