|
unsigned int(* | get_cursor_position )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
|
char *(* | get_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
|
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) |
|
void(* | set_enabled )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled) |
|
void(* | set_input_type )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int type, const char *heading) |
|
void(* | set_label )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label) |
|
void(* | set_text )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text) |
|
void(* | set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |
|
The documentation for this struct was generated from the following file:
- /home/alwin/Development/Kodi/kodi-N-sync-addon-doxygen/xbmc/addons/kodi-dev-kit/include/kodi/c-api/gui/controls/edit.h